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 deprecate estimator_ in favor of estimators_ in CNN and OSS #1011

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #908

We should make sure that the documentation mentions the one-vs.-other strategy (wrong for CNN). Then it makes sense to store all pairs of k-NN instead of the last one from the loop. We can then deprecate estimator_ and create a new estimators_ attribute.