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

LdaViewer.aggregate_doc_topics and LdaViewer.doc_topics(aggregate=True) #118

Open
JaimieMurdock opened this issue Sep 4, 2015 · 0 comments

Comments

@JaimieMurdock
Copy link
Member

These two functions should have equivalent output. Currently LdaViewer.aggregate_doc_topics(ids) returns a list of topics and probabilities. An option should be added to show_topics, being the top 10 words. LdaViewer.doc_topics(ids, aggregate=True) returns a DataTable with the topic probabilities for each document, normalized such that the sum of all document probabilities is 1.

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

No branches or pull requests

1 participant