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.29k forks source link

FEA implement a recalibrate parameter for classifier using sampling #1077

Open glemaitre opened 8 months ago

glemaitre commented 8 months ago

Implement a new parameter recalibrate to correct for sampling bias introduced due to sampling in ensemble classifiers

TODO: