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 imblearn/over_sampling/_smote/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class SMOTENC(SMOTE):
-----
See the original paper [1]_ for more details.

Supports mutli-class resampling. A one-vs.-rest scheme is used as
Supports multi-class resampling. A one-vs.-rest scheme is used as
originally proposed in [1]_.

See
Expand Down