We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788a458 commit 9d535adCopy full SHA for 9d535ad
examples/applications/topics_extraction_with_nmf_lda.py
@@ -3,8 +3,8 @@
3
Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation
4
=======================================================================================
5
6
-This is an example of applying Non-negative Matrix Factorization
7
-and Latent Dirichlet Allocation on a corpus of documents and
+This is an example of applying :class:`sklearn.decomposition.NMF`
+and :class:`sklearn.decomposition.LatentDirichletAllocation` on a corpus of documents and
8
extract additive models of the topic structure of the corpus.
9
The output is a list of topics, each represented as a list of terms
10
(weights are not shown).
0 commit comments