Skip to content

Commit a66bfaa

Browse files
committed
DOC update whats new
1 parent 57f839f commit a66bfaa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,12 @@ Below is a list of the methods currently implemented in this module.
168168
1. Random minority over-sampling with replacement
169169
2. SMOTE - Synthetic Minority Over-sampling Technique [8]_
170170
3. SMOTENC - SMOTE for Nominal Continuous [8]_
171-
4. bSMOTE(1 & 2) - Borderline SMOTE of types 1 and 2 [9]_
172-
5. SVM SMOTE - Support Vectors SMOTE [10]_
173-
6. ADASYN - Adaptive synthetic sampling approach for imbalanced learning [15]_
174-
7. KMeans-SMOTE [17]_
175-
8. ROSE - Random OverSampling Examples [19]_
171+
4. SMOTEN - SMMOTE for Nominal only [8]_
172+
5. bSMOTE(1 & 2) - Borderline SMOTE of types 1 and 2 [9]_
173+
6. SVM SMOTE - Support Vectors SMOTE [10]_
174+
7. ADASYN - Adaptive synthetic sampling approach for imbalanced learning [15]_
175+
8. KMeans-SMOTE [17]_
176+
9. ROSE - Random OverSampling Examples [19]_
176177

177178
* Over-sampling followed by under-sampling
178179
1. SMOTE + Tomek links [12]_

0 commit comments

Comments
 (0)