Skip to content

Commit bda7be0

Browse files
dakljnothman
authored andcommitted
DOC Fix typo re latent Dirichlet allocation (scikit-learn#10632)
In the literature, this is called `beta`, not `eta`.
1 parent 96a2c10 commit bda7be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/online_lda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class LatentDirichletAllocation(BaseEstimator, TransformerMixin):
154154
topic_word_prior : float, optional (default=None)
155155
Prior of topic word distribution `beta`. If the value is None, defaults
156156
to `1 / n_components`.
157-
In the literature, this is called `eta`.
157+
In the literature, this is called `beta`.
158158
159159
learning_method : 'batch' | 'online', default='online'
160160
Method used to update `_component`. Only used in `fit` method.

0 commit comments

Comments
 (0)