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

Update jaccard score naming #23

Closed rafkol98 closed 2 years ago

rafkol98 commented 2 years ago

jaccard_similarity_score was renamed by sklearn to jaccard_score (https://scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html). Please accept the change as otherwise, the package is unusable.