Skip to content

Commit 9d13c03

Browse files
fonnesbecktwiecki
authored andcommitted
Added message about init only working with auto-assigned step methods
1 parent 810adcf commit 9d13c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def sample(draws, step=None, init='ADVI', n_init=200000, start=None,
101101
specified, or are partially specified, they will be assigned
102102
automatically (defaults to None).
103103
init : str {'ADVI', 'ADVI_MAP', 'MAP', 'NUTS', None}
104-
Initialization method to use.
104+
Initialization method to use. Only works for auto-assigned step methods.
105105
* ADVI : Run ADVI to estimate starting points and diagonal covariance
106106
matrix. If njobs > 1 it will sample starting points from the estimated
107107
posterior, otherwise it will use the estimated posterior mean.

0 commit comments

Comments
 (0)