File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,37 @@ Version 0.1
1212Changelog
1313---------
1414
15+ API
16+ ~~~
17+
1518- First release of the stable API.
19+
20+ New methods
21+ ~~~~~~~~~~~
22+
23+ * Under-sampling
24+ 1. Random majority under-sampling with replacement
25+ 2. Extraction of majority-minority Tomek links
26+ 3. Under-sampling with Cluster Centroids
27+ 4. NearMiss-(1 & 2 & 3)
28+ 5. Condensend Nearest Neighbour
29+ 6. One-Sided Selection
30+ 7. Neighboorhood Cleaning Rule
31+ 8. Edited Nearest Neighbours
32+ 9. Instance Hardness Threshold
33+ 10. Repeated Edited Nearest Neighbours
34+
35+ * Over-sampling
36+ 1. Random minority over-sampling with replacement
37+ 2. SMOTE - Synthetic Minority Over-sampling Technique
38+ 3. bSMOTE(1 & 2) - Borderline SMOTE of types 1 and 2
39+ 4. SVM SMOTE - Support Vectors SMOTE
40+ 5. ADASYN - Adaptive synthetic sampling approach for imbalanced learning
41+
42+ * Over-sampling followed by under-sampling
43+ 1. SMOTE + Tomek links
44+ 2. SMOTE + ENN
45+
46+ * Ensemble sampling
47+ 1. EasyEnsemble
48+ 2. BalanceCascade
You can’t perform that action at this time.
0 commit comments