scikit-learn-contrib / imbalanced-learn

A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
https://imbalanced-learn.org
MIT License
6.85k stars 1.28k forks source link

reference of clusterCentroid #509

Closed Ichaab closed 5 years ago

Ichaab commented 5 years ago

Please, what is the reference of the implemented undersampling strategy named ClusterCentroids (with voting=hard and voting=soft) ?

Thanks a lot

Description

Steps/Code to Reproduce

Expected Results

Actual Results

Versions

glemaitre commented 5 years ago

There is no reference. It was an implementation made by the original contributor of the package.