Skip to content

Commit

Permalink
DOC fix a typo in plot_comparison_under_sampling (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
tthost authored Oct 23, 2023
1 parent dcb476d commit 42a7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/under-sampling/plot_comparison_under_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def plot_decision_function(X, y, clf, ax, title=None):
# selected can be specified.
# :class:`~imblearn.under_sampling.RandomUnderSampler` is the most naive way of
# performing such selection by randomly selecting a given number of samples by
# the targetted class.
# the targeted class.

# %%
from imblearn.under_sampling import RandomUnderSampler
Expand Down

0 comments on commit 42a7909

Please sign in to comment.