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

API change default of replacement and sampling_strategy in BRF #1006

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #838

Change the default of replacement and sampling_strategy in BalancedRandomForestClassifier. We use a deprecation cycle since the impact might not be enough to consider it as a bug and break the backwards compatibility.