We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error occurs after running:
from spherecluster import SphericalKMeans skm = SphericalKMeans(n_clusters=2) skm.fit(wv) # wv is a (6, 200) numpy array
The text was updated successfully, but these errors were encountered:
I get the same error after updating scikit-learn to version 0.23.1. I guess using an older version could be a solution.
Sorry, something went wrong.
Downgrading scikit-learn to 0.22.0 is the most feasible workaround I've found for now.
scikit-learn
If you are using Anaconda3, you can do so thus:
Anaconda3
conda install scikit-learn=0.22.0
→ A related issue: #26
No branches or pull requests
The error occurs after running:
The text was updated successfully, but these errors were encountered: