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

DOC fix the strategy used for multiclass in IHT #1013

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #848

Update the docstring regarding the multiclass approach used in IHT. We don't use one vs. rest. Instead, we filter samples based on their classes and the assigned probabilities of a learner.