We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7837629 commit 85e08edCopy full SHA for 85e08ed
pymc_bart/pgbart.py
@@ -282,7 +282,7 @@ class ParticleTree:
282
"""Particle tree."""
283
284
def __init__(self, tree):
285
- self.tree = tree.copy() # keself.eps the tree that we care at the moment
+ self.tree = tree.copy() # keeps the tree that we care at the moment
286
self.expansion_nodes = [0]
287
self.log_weight = 0
288
self.old_likelihood_logp = 0
0 commit comments