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
Related to #2. In the latest version of scikit-learn:
When fit does not converge, cluster_centers_ becomes an empty array and all training samples will be labelled as -1. In addition, predict will then label every sample as -1.
Related to #2. In the latest version of scikit-learn:
Previously, the
cluster_centers_
output was None. Therefore, bigscape is no longer handling convergence failures correctly.The text was updated successfully, but these errors were encountered: