You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: