Skip to content
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

Fix Lda Sequence model by updating to num_documents #2410

Merged
merged 2 commits into from Apr 23, 2019

Conversation

bharatr21
Copy link
Contributor

Fix #2332 by updating sum(time_slice) == num_documents as suggested

gensim/models/ldaseqmodel.py Outdated Show resolved Hide resolved
@mpenkov mpenkov self-assigned this Apr 20, 2019
@piskvorky piskvorky changed the title Fix #2332 by updating to num_documents Fix Lda Sequence model by updating to num_documents Apr 20, 2019
Co-Authored-By: Bharat123rox <bharatraghunthan9767@gmail.com>
@mpenkov mpenkov merged commit 02c1d0f into piskvorky:develop Apr 23, 2019
@mpenkov
Copy link
Collaborator

mpenkov commented Apr 23, 2019

OK. Merged. Congrats on your first contribution to gensim @Bharat123rox 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace 'sum(time_slice) == num_topics' to 'sum(time_slice) == num_documents'
2 participants