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

FIX remove spurious warning raised when over-sampling the minority class #1007

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #979

Remove spurious warning that is raised when many samples are created in the minority class such that it is larger than the number of sample available in the majority class.