Skip to content

Commit 9d535ad

Browse files
maniteja123amueller
authored andcommitted
DOC: Provide link to LDA and NMF in the example tutorial closes scikit-learn#5876 (scikit-learn#5984)
1 parent 788a458 commit 9d535ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/applications/topics_extraction_with_nmf_lda.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation
44
=======================================================================================
55
6-
This is an example of applying Non-negative Matrix Factorization
7-
and Latent Dirichlet Allocation on a corpus of documents and
6+
This is an example of applying :class:`sklearn.decomposition.NMF`
7+
and :class:`sklearn.decomposition.LatentDirichletAllocation` on a corpus of documents and
88
extract additive models of the topic structure of the corpus.
99
The output is a list of topics, each represented as a list of terms
1010
(weights are not shown).

0 commit comments

Comments
 (0)