-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with model.visualize_topics() #533
Comments
Thank you for posting this! It seems that I intended to remove outliers in two places, which instead removes the first actual topic. I'll make sure to fix this in the next release! |
I just pushed the fix to the master branch, so you can get it already there! The next release might take a while but for now, you can get the most recent version there. |
In that case, which will topic number indicate the outlier cluster? |
Typically, |
Topic number 0 does not appear when using topic model.visualize_topics(), however in model.get_topic_info(), it appears.
I'm using the latest version of BERTopic.
The text was updated successfully, but these errors were encountered: