Skip to content

Commit 8cd1dfe

Browse files
committed
fix docstring
1 parent 115d90f commit 8cd1dfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/step_methods/pgbart.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@ class PGBART(ArrayStepShared):
101101
Number of particles for the conditional SMC sampler. Defaults to 10
102102
max_stages : int
103103
Maximum number of iterations of the conditional SMC sampler. Defaults to 100.
104-
batch = int
104+
batch : int
105105
Number of trees fitted per step. Defaults to "auto", which is the 10% of the `m` trees
106106
during tuning and 20% after tuning.
107107
model: PyMC Model
108108
Optional model for sampling step. Defaults to None (taken from context).
109109
110110
Note
111111
----
112-
This sampler is inspired on [Lakshminarayanan2015] Particle Gibbs sampler, but introduces
113-
several changes. The changes will be proeperly documented soon.
112+
This sampler is inspired by the [Lakshminarayanan2015] Particle Gibbs sampler, but introduces
113+
several changes. The changes will be properly documented soon.
114114
115115
References
116116
----------

0 commit comments

Comments
 (0)