-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement dynamic topic model instead of regular LDA #7
Comments
Gensim has an implementation of DTM, but it is incredibly slow. This has been reported as an issue, but no solution has been found yet. Not even changing LdaSeqModel to use LdaMulticore helps. There is a pull request that improves this implementation, but it hasn't been merged yet: It is therefore recommended to still use the old DTM wrapper in Gensim 3.8.3 to use the binary from Blei-lab. This requires two files:
The Gensim 3.8.3 wrapper is included in Finally, I commented the latinamerican-philosophy-mining/notebooks/utils/model.py Lines 40 to 59 in 0c868ad
|
We used Blei's binary. Closing. |
No description provided.
The text was updated successfully, but these errors were encountered: