Skip to content

Commit

Permalink
DOC: Provide link to LDA and NMF in the example tutorial closes sciki…
Browse files Browse the repository at this point in the history
  • Loading branch information
maniteja123 authored and amueller committed Oct 25, 2016
1 parent 788a458 commit 9d535ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/applications/topics_extraction_with_nmf_lda.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation
=======================================================================================
This is an example of applying Non-negative Matrix Factorization
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
extract additive models of the topic structure of the corpus.
The output is a list of topics, each represented as a list of terms
(weights are not shown).
Expand Down

0 comments on commit 9d535ad

Please sign in to comment.