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.
1 parent 24f4973 commit 2e5956aCopy full SHA for 2e5956a
imblearn/over_sampling/smote.py
@@ -61,7 +61,7 @@ class SMOTE(BaseOverSampler):
61
:class:`sklearn.neighbors.base.KNeighborsMixin` that will be used to
62
find the k_neighbors.
63
64
- m_neighbors : int int or object, optional (default=10)
+ m_neighbors : int or object, optional (default=10)
65
If int, number of nearest neighbours to use to determine if a minority
66
sample is in danger. Used with ``kind={'borderline1', 'borderline2',
67
'svm'}``. If object, an estimator that inherits
0 commit comments