Skip to content

Commit 42a7909

Browse files
authored
DOC fix a typo in plot_comparison_under_sampling (#1044)
1 parent dcb476d commit 42a7909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/under-sampling/plot_comparison_under_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def plot_decision_function(X, y, clf, ax, title=None):
140140
# selected can be specified.
141141
# :class:`~imblearn.under_sampling.RandomUnderSampler` is the most naive way of
142142
# performing such selection by randomly selecting a given number of samples by
143-
# the targetted class.
143+
# the targeted class.
144144

145145
# %%
146146
from imblearn.under_sampling import RandomUnderSampler

0 commit comments

Comments
 (0)