In get_topics() in NMF_scikit class, a reversed=True parameter should be added to sorted() step. · Issue #128 · MIND-Lab/OCTIS · GitHub
More Web Proxy on the site http://driver.im/
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
The topics for NMF_scikit makes no sense. It lists words in corpus vocab in an alphabetical manner. The sorted step in NMF_scikit.get_topics() method should the parameter set as reversed=True.