piskvorky/gensim
在 GitHub 查看Document how to get complete document distribution from LDA
Open
#2,489 建立於 2019年5月10日
Hacktoberfestdifficulty easydocumentationgood first issue
倉庫指標
- Star
- (15,144 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.