-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Document how to get complete document distribution from LDA #2489
Copy link
Copy link
Open
Labels
HacktoberfestIssues marked for hacktoberfestIssues marked for hacktoberfestdifficulty easyEasy issue: required small fixEasy issue: required small fixdocumentationCurrent issue related to documentationCurrent issue related to documentationgood first issueIssue for new contributors (not required gensim understanding + very simple)Issue for new contributors (not required gensim understanding + very simple)
Metadata
Metadata
Assignees
Labels
HacktoberfestIssues marked for hacktoberfestIssues marked for hacktoberfestdifficulty easyEasy issue: required small fixEasy issue: required small fixdocumentationCurrent issue related to documentationCurrent issue related to documentationgood first issueIssue for new contributors (not required gensim understanding + very simple)Issue for new contributors (not required gensim understanding + very simple)
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.