Skip to content

Commit 2e5956a

Browse files
pulkitmalooglemaitre
authored andcommitted
DOC fix typo type smote docstring (#415)
1 parent 24f4973 commit 2e5956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/over_sampling/smote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SMOTE(BaseOverSampler):
6161
:class:`sklearn.neighbors.base.KNeighborsMixin` that will be used to
6262
find the k_neighbors.
6363
64-
m_neighbors : int int or object, optional (default=10)
64+
m_neighbors : int or object, optional (default=10)
6565
If int, number of nearest neighbours to use to determine if a minority
6666
sample is in danger. Used with ``kind={'borderline1', 'borderline2',
6767
'svm'}``. If object, an estimator that inherits

0 commit comments

Comments
 (0)