Skip to content

Commit a0d6fbf

Browse files
authored
DOC fix the strategy used for multiclass in IHT (#1013)
1 parent 6622afb commit a0d6fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imblearn/under_sampling/_prototype_selection/_instance_hardness_threshold.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class InstanceHardnessThreshold(BaseUnderSampler):
8383
-----
8484
The method is based on [1]_.
8585
86-
Supports multi-class resampling. A one-vs.-rest scheme is used when
87-
sampling a class as proposed in [1]_.
86+
Supports multi-class resampling. We will go through each individual class to select
87+
the samples with the highest probability to be correctly classified.
8888
8989
References
9090
----------

0 commit comments

Comments
 (0)