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
scikit-learn>=1.4
Since version 1.4 parameter affinity was renamed to metric in AgglomerativeClustering, so clustering fails with
affinity
metric
AgglomerativeClustering
TypeError: __init__() got an unexpected keyword argument 'affinity'
We have wrong constraints on scikit-learn version in pyproject.toml
pyproject.toml
Clustering works fine after installing the library
Install library in environment with scikit-learn >= 1.4.0 and run example notebook with clustering
No response
The text was updated successfully, but these errors were encountered:
We have similar problem in #497.
Sorry, something went wrong.
OneHotEncoderTransform
HierarchicalClustering
Closed by #529.
d-a-bunin
No branches or pull requests
🐛 Bug Report
Since version 1.4 parameter
affinity
was renamed tometric
inAgglomerativeClustering
, so clustering fails withWe have wrong constraints on scikit-learn version in
pyproject.toml
Expected behavior
Clustering works fine after installing the library
How To Reproduce
Install library in environment with scikit-learn >= 1.4.0 and run example notebook with clustering
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: