-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[MRG] Topic Coherence #750
Conversation
@tmylk |
@tmylk @piskvorky could you please start the review process for the topic coherence pipeline? I'll start preparing for benchmark testing now. |
Needs a CHANGELOG |
d9da2c9
to
b1b4963
Compare
@tmylk added changelog entry. |
8e1b279
to
afa0b41
Compare
Still working on the tests. Have to modify them. |
@@ -22,7 +23,7 @@ Changes | |||
* SparseMatrixSimilarity returns a sparse matrix if `maintain_sparsity` is True (@davechallis, #590) | |||
* added functionality for Topics of Words in document - i.e, dynamic topics. (@bhargavvader, #704) | |||
- also included tutorial which explains new functionalities, and document word-topic colring. | |||
* Made normalization an explicit transformation. Added 'l1' norm support (@squareindia, #649) | |||
* Made normalization an explicit transformation. Added 'l1' norm support (@dsquareindia, #649) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add these references as hyperlinks -- we're using markdown now in CHANGELOG.
e8dcdb1
to
ad22da5
Compare
@tmylk I've modified the tests. They pass now. |
Please don't merge yet. I'll add some more documentation for the new feature of providing tokenized topics and will also add sanity checks for checking if |
…or coherencemodel added.
Test suite for |
Linking to #710. |
This PR is being used for further work on the topic coherence pipeline. Changes made:
coherencemodel
.coherencemodel
andaggregation
.