piskvorky/gensim

Document how to get complete document distribution from LDA

Open

#2.489 geöffnet am 10. Mai 2019

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (4.349 Forks)batch import
Hacktoberfestdifficulty easydocumentationgood first issue

Repository-Metriken

Stars
 (15.144 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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