File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 ]_
You can’t perform that action at this time.
0 commit comments