Skip to content

Commit 05977ca

Browse files
committed
more edits
1 parent 3c478ec commit 05977ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docsrc/examples/VI as Sampler Inits.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"### Run Stan's variational inference algorithm, obtain fitted estimates\n",
4646
"\n",
4747
"The `CmdStanModel` method `variational` runs CmdStan's ADVI algorithm.\n",
48-
"Conditioning the model on the data results in a posterior geometry which is difficult to navigate. Because the ADVI algorithm is unstable and may fail to converge, we run it with argument `require_converged` set to `False`. We also specify a seed, to avoid instabilities as well as for reproducibility."
48+
"Because this algorithm is unstable and may fail to converge, we run it with argument `require_converged` set to `False`. We also specify a seed, to avoid instabilities as well as for reproducibility."
4949
]
5050
},
5151
{

0 commit comments

Comments
 (0)