Skip to content

Commit

Permalink
DOC fix the strategy used for multiclass in IHT (scikit-learn-contrib…
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored Jul 10, 2023
1 parent 6622afb commit a0d6fbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class InstanceHardnessThreshold(BaseUnderSampler):
-----
The method is based on [1]_.
Supports multi-class resampling. A one-vs.-rest scheme is used when
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.
References
----------
Expand Down

0 comments on commit a0d6fbf

Please sign in to comment.