Skip to content

Commit

Permalink
DOC rephrase IHT multiclass handling
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jul 10, 2023
1 parent a0d6fbf commit 111ff73
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ class InstanceHardnessThreshold(BaseUnderSampler):
-----
The method is based on [1]_.
Supports multi-class resampling. We will go through each individual class to select
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
classified.
References
----------
Expand Down

0 comments on commit 111ff73

Please sign in to comment.