Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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