GGiecold-zz / Cluster_Ensembles

A package for combining multiple partitions into a consolidated clustering. The combinatorial optimization problem of obtaining such a consensus clustering is reformulated in terms of approximation algorithms for graph or hyper-graph partitioning.
MIT License
69 stars 43 forks source link

Pakage dependency #25

Open Miki-Mal opened 10 months ago

Miki-Mal commented 10 months ago

Got error: ImportError: cannot import name 'jaccard_similarity_score' from 'sklearn.metrics' (/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sklearn/metrics/init.py)

In the last version of sklearn, this function 'jaccard_similarity_score' is renamed as 'jaccard_score'.