Replies: 1 comment 1 reply
-
Also, will saving a model where outliers were reduced and topics updated with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I was wondering if anyone had insight about when would be best to perform outlier reduction in an incremental learning pipeline:
Option 1.
merged_model = BERTopic.merge_models([model1, model2, model3], embedding_model=...)
Option 2.
In either case, I like having the original models (without any outlier reduction applied) saved. Option 2 makes most sense to me (and might be more accurate?), but it would be great to get any opinions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions