We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6622afb commit a0d6fbfCopy full SHA for a0d6fbf
imblearn/under_sampling/_prototype_selection/_instance_hardness_threshold.py
@@ -83,8 +83,8 @@ class InstanceHardnessThreshold(BaseUnderSampler):
83
-----
84
The method is based on [1]_.
85
86
- Supports multi-class resampling. A one-vs.-rest scheme is used when
87
- sampling a class as proposed in [1]_.
+ Supports multi-class resampling. We will go through each individual class to select
+ the samples with the highest probability to be correctly classified.
88
89
References
90
----------
0 commit comments