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 a0d6fbf commit 111ff73Copy full SHA for 111ff73
imblearn/under_sampling/_prototype_selection/_instance_hardness_threshold.py
@@ -83,8 +83,9 @@ class InstanceHardnessThreshold(BaseUnderSampler):
83
-----
84
The method is based on [1]_.
85
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.
+ Supports multi-class resampling: from each class to be under-sampled, it
+ retains the observations with the highest probability of being correctly
88
+ classified.
89
90
References
91
----------
0 commit comments