-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Lda difference visualization #1374
Conversation
Please explain the annotation with '++' and '--' a little bit more. it's explained already, just need to mention the |
@tmylk Done! |
It is better than before but please add a very simple viz where it's just two topics in order to explain the idea more clearly. |
@menshikh-iv There's no way to review a notebook (on github), so I'll comment here instead:
|
@menshikh-iv An example that I think could be helpful for user: After fitting the LDA models, print an example using Maybe, illustrate the process also by taking an example cell in the matrix - print both topic distribution of that cell and then use distance function on these 2 distribution/words to print the distance which comes out to be of same value as in the matrix cell. |
You can see result with nbviewer link with interactive graphs
Continuing #1243