bmabey / pyLDAvis

Python library for interactive topic model visualization. Port of the R LDAvis package.
BSD 3-Clause "New" or "Revised" License
1.8k stars 361 forks source link

Sklearn Count Vector #228

Closed Machin3M0d3 closed 1 year ago

Machin3M0d3 commented 2 years ago

sklearn.feature_extraction.text.CountVectorizer.get_feature_names() is DEPRECATED.

The method is now sklearn.feature_extraction.text.CountVectorizer.get_feature_names_out() .

This is giving me issues when trying to use the sklearn count vector in preparing the pyLDAvis.

msusol commented 1 year ago

https://github.com/bmabey/pyLDAvis/pull/235