MaartenGr / BERTopic

Leveraging BERT and c-TF-IDF to create easily interpretable topics.

Home Page:https://maartengr.github.io/BERTopic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: bertopic 0.16.0 does not provide the extra 'visualization'

williamrathburn6 opened this issue · comments

Hello! Trying to use bertopic visualization for a class project and this warning message keeps popping up, any reason why? My group and I are using google colab to run bertopic and are all getting this issue

You are most likely following outdated instructions. You should run pip install bertopic and not pip install bertopic[visualization] if I'm not mistaken.

When you just get started, it is advised to follow along with the documentation and more specifically, the best practices guide.

Hope this helps!