Skip to content

Commit f0f5646

Browse files
committed
Merge pull request scikit-learn#5892 from mth4saurabh/add-user-guide-link-to-lda
[MRG+1] Add user guide link to lda
2 parents c8fb696 + 79c7583 commit f0f5646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/decomposition/online_lda.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ class LatentDirichletAllocation(BaseEstimator, TransformerMixin):
138138
139139
.. versionadded:: 0.17
140140
141+
Read more in the :ref:`User Guide <LatentDirichletAllocation>`.
142+
141143
Parameters
142144
----------
143145
n_topics : int, optional (default=10)

0 commit comments

Comments
 (0)