x-tabdeveloping / turftopic

Robust and fast topic models with sentence-transformers.
https://x-tabdeveloping.github.io/turftopic/
MIT License
13 stars 4 forks source link

Implement online fitting for clustering topic models #59

Open x-tabdeveloping opened 1 month ago

x-tabdeveloping commented 1 month ago

Clustering models could technically be used with online fitting. In order to do this, we would have to check whether both the dimensionality reduction and clustering steps have a partial_fit() method, and if so, make users be able to call partial_fit() on the topic model as well.