-
Notifications
You must be signed in to change notification settings - Fork 792
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
v0.9.4 #335
Conversation
After dropping Python 3.7 support, do you suggest we stay on 3.6? Or > 3.7 moving forward? I've had to do a lot of work to maintain my dev environments and retraining of models using updated versions of BERTopic to get the newest enhancements. |
I would suggest going with a more recent version of python, such as 3.9. The thing is, security updates for numpy have stopped for python 3.6 so it was necessary to drop that version as it was not supported anymore. |
A number of fixes, documentation updates, and small features:
diversity=0.1
to change how diverse the words in a topic representation are (ranges from 0 to 1).transform