We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
imblearn/over_sampling/_smote/base.py
1 parent 4d63421 commit 243006aCopy full SHA for 243006a
imblearn/over_sampling/_smote/base.py
@@ -379,7 +379,7 @@ class SMOTENC(SMOTE):
379
-----
380
See the original paper [1]_ for more details.
381
382
- Supports mutli-class resampling. A one-vs.-rest scheme is used as
+ Supports multi-class resampling. A one-vs.-rest scheme is used as
383
originally proposed in [1]_.
384
385
See
0 commit comments