You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toshow_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.The text was updated successfully, but these errors were encountered: