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 151fe6b commit 3748569Copy full SHA for 3748569
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