-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pyldavis "individual terms...interpreting..current topic" v. gensim's print_topics #79
Comments
Hi there! I just started to work using gensim and pyLDAvis and also noticed similar problem. Is there any way to match topics between gensim output and pyLDAvis visualization? I wanted to manually name generated topics based on the most relevant terms and to give labels to documents that are included to corpora, but because of mismatching between outputs from gensim's print_topics function and pyLDAvis' visualization I can't do it. (I checked out whether the most relevant terms occurs in documents that belong to specific topic and got nothing) |
Hi there! I have observed the same issue. It's been a while since you have raised this issue. Any help would be much appreciated. Thanks. |
Hi, |
Hi there,
i have not worked on this issue since. i do not remember the issue. sorry
about that.
…On Tue, Jul 2, 2019 at 12:42 AM prachimehta2705 ***@***.***> wrote:
Hi,
I have been facing the same issue as well and have been stuck for a while
now. Please share any possible solution.
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#79?email_source=notifications&email_token=ABZENVDD7GUNYTLZ6WNUGRDP5LMFBA5CNFSM4CZLS7E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZABGZI#issuecomment-507515749>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZENVA3ITW7YRWR27JHDGLP5LMFBANCNFSM4CZLS7EQ>
.
|
Hi, |
Hi,
I have noticed that the "individual terms" shown on the horizontal barchart of pyldavis prints different words from gensim's print_topics function (https://radimrehurek.com/gensim/models/ldamodel.html). in some cases I do not see one matching word between the two calls. changing lambda does not make a difference. any insight would be greatly appreciated. I will post the same question to gensim's mailing list. thanks
update: it seems that number of topic assigned to a text could be different. is there a way to match the topic number assigned by these two models?
The text was updated successfully, but these errors were encountered: