Skip to content

Commit 111ff73

Browse files
committed
DOC rephrase IHT multiclass handling
1 parent a0d6fbf commit 111ff73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

imblearn/under_sampling/_prototype_selection/_instance_hardness_threshold.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ class InstanceHardnessThreshold(BaseUnderSampler):
8383
-----
8484
The method is based on [1]_.
8585
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.
86+
Supports multi-class resampling: from each class to be under-sampled, it
87+
retains the observations with the highest probability of being correctly
88+
classified.
8889
8990
References
9091
----------

0 commit comments

Comments
 (0)