Version .001 of TopicTuner - a thin tuning wrapper for BERTopic models #635
drob-xx
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been kibitzing quite a bit about tuning HDBSCAN for better BERTopic topic clustering. You can read more about the process in #582. I have a very preliminary version of the code running if anyone wants to give it a whirl. You create your BERTopic model and then wrap it with TopicModelTuner (TMT). You can then run a passel of HDBSCAN parameters against the model and see what happens. There is a notebook included in the release which allows you to walk through each of its features. Feedback very much appreciated.
https://github.com/drob-xx/TopicTuner
Beta Was this translation helpful? Give feedback.
All reactions