piskvorky/gensim

Document how to get complete document distribution from LDA

Open

#2489 opened on May 10, 2019

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (15,144 stars) (4,349 forks)batch import
Hacktoberfestdifficulty easydocumentationgood first issue

Description

Document how to to get full document distribution from LDA, that would help in those cases where you are implementing your own distance algorithm and you need full distribution. Personally I set minimum_probability=0.0 but there might be other ways.

Contributor guide