File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -194,15 +194,14 @@ class LatentDirichletAllocation(
194
194
In general, if the data size is large, the online update will be much
195
195
faster than the batch update.
196
196
197
- Valid options::
198
-
199
- 'batch': Batch variational Bayes method. Use all training data in
200
- each EM update.
201
- Old `components_` will be overwritten in each iteration.
202
- 'online': Online variational Bayes method. In each EM update, use
203
- mini-batch of training data to update the ``components_``
204
- variable incrementally. The learning rate is controlled by the
205
- ``learning_decay`` and the ``learning_offset`` parameters.
197
+ Valid options:
198
+
199
+ - 'batch': Batch variational Bayes method. Use all training data in each EM
200
+ update. Old `components_` will be overwritten in each iteration.
201
+ - 'online': Online variational Bayes method. In each EM update, use mini-batch
202
+ of training data to update the ``components_`` variable incrementally. The
203
+ learning rate is controlled by the ``learning_decay`` and the
204
+ ``learning_offset`` parameters.
206
205
207
206
.. versionchanged:: 0.20
208
207
The default learning method is now ``"batch"``.
You can’t perform that action at this time.
0 commit comments