File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,16 @@ class PGBART(ArrayStepShared):
101
101
Number of particles for the conditional SMC sampler. Defaults to 10
102
102
max_stages : int
103
103
Maximum number of iterations of the conditional SMC sampler. Defaults to 100.
104
- batch = int
104
+ batch : int
105
105
Number of trees fitted per step. Defaults to "auto", which is the 10% of the `m` trees
106
106
during tuning and 20% after tuning.
107
107
model: PyMC Model
108
108
Optional model for sampling step. Defaults to None (taken from context).
109
109
110
110
Note
111
111
----
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.
114
114
115
115
References
116
116
----------
You can’t perform that action at this time.
0 commit comments