Skip to content

Commit 444707b

Browse files
ssaammglemaitre
authored andcommitted
DOC: Fix a minor typo (#484)
1 parent ae97633 commit 444707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/over_sampling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ parameter of the SVM classifier allows to select more or less support vectors.
223223
For both borderline and SVM SMOTE, a neighborhood is defined using the
224224
parameter ``m_neighbors`` to decide if a sample is in danger, safe, or noise.
225225

226-
ADASYN is working similarly to the regular SMOTE. However, the number of
226+
ADASYN works similarly to the regular SMOTE. However, the number of
227227
samples generated for each :math:`x_i` is proportional to the number of samples
228228
which are not from the same class than :math:`x_i` in a given
229229
neighborhood. Therefore, more samples will be generated in the area that the

0 commit comments

Comments
 (0)