-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
What is the matter
Seems like TopDocuments Viewer assigns each document to one topic only. Even if there are some other topics which are represented well in the document. (These topics won't have the document in the result view.)
How to reproduce
- Make a small dataset of, let's say, three documents.
- Create a topic model of, let's say, 50 topics. Fit it on the dataset.
- Create a TopDocumentsViewer. Get a view of the model's topics' documents.
Result
Some topics do not have any documents, even if the probabilities in the Theta matrix are high.
where the view_model function is:
Expected result
There is a way to control which documents are considered as "top documents". For example, if several topics have high probabilities in a particular document, then maybe there should be an opportunity to put this document in the "top lists of documents" for all the aforementioned topics.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on


