Skip to content

Commit 49a5692

Browse files
authored
[MRG] Address issue #113 - Create toy example for testing (#118)
* Create toy and remove npy for RUS * Create toy and remove npy for ROS * Change the testing for CC * Add test for ENN * Add toy testing for CNN * Make toy testing for IHT * Add toy testing for NM * Add toy testing for OSS * Add toy testing for TL * Toy testing for SMOTE * Toy testing for ADASYN * Toy testing for SMOTEENN * Toy testing for SMOTETomek * Toy testing for BC * Toy testing for EE * Toy testing for RENN * Toy testing for AllKNN * Toy testing for NCL * Remove the unecessary files * Change the kernel of SVM to be linear * Improve the testing of IHT * Python 3 compatibility dict and some smells correction * Fix the ratio type issue
1 parent 1660c23 commit 49a5692

File tree

154 files changed

+1819
-615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+1819
-615
lines changed

.coveragerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ exclude_lines =
1717
raise NotImplementedError
1818
if 0:
1919
if __name__ == .__main__.:
20-
if self.verbose:
20+
if self.verbose:
21+
show_missing = True

examples/datasets/plot_make_imbalance.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
print(__doc__)
1111

12-
import numpy as np
13-
1412
import matplotlib.pyplot as plt
1513
import seaborn as sns
1614
sns.set()
-1.36 MB
Binary file not shown.
Binary file not shown.
-69.9 KB
Binary file not shown.
Binary file not shown.
-1.37 MB
Binary file not shown.
Binary file not shown.
-70.4 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)