recover topics from saved model #762
-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
It depends on the version of BERTopic you are using. If you are using v0.12, then you would not need to pass
|
Beta Was this translation helpful? Give feedback.
It depends on the version of BERTopic you are using. If you are using v0.12, then you would not need to pass
topics
at all. However, if you are using an earlier version, I believe it would suffice to get those topics by runningtopics = topic_model._map_predictions(topic_model.hdbscan_model.labels_)