piskvorky/gensim

Document how to get complete document distribution from LDA

Open

#2.489 aberto em 10 de mai. de 2019

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Python (4.349 forks)batch import
Hacktoberfestdifficulty easydocumentationgood first issue

Métricas do repositório

Stars
 (15.144 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador