Skip to content

Commit

Permalink
Fix a typo in imblearn/over_sampling/_smote/base.py (#832) (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiningLiu1998 authored May 16, 2021
1 parent 151fe6b commit 3748569
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3748569

Please sign in to comment.