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

Function seems to be renamed #18

Open vmcj opened 4 years ago

vmcj commented 4 years ago

In python3 the import fails as the jaccard seems to be renamed, see older docs of sklearn: https://scikit-learn.org/0.17/modules/generated/sklearn.metrics.jaccard_similarity_score.html#sklearn.metrics.jaccard_similarity_score

and the stable: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html

which describe the same function, so I think its safe to rename this (and is running in my experiments).