Skip to content

Commit a900985

Browse files
author
Guillaume Lemaitre
committed
Add the methods which have been implemented in the 0.1.X release
1 parent 34143ba commit a900985

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/whats_new.rst

+33
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,37 @@ Version 0.1
1212
Changelog
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

0 commit comments

Comments
 (0)