We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f27ee commit dcafb24Copy full SHA for dcafb24
imblearn/__init__.py
@@ -20,12 +20,12 @@
20
Module which provides metrics to quantified the classification performance
21
with imbalanced dataset.
22
over_sampling
23
- Module which provides methods to under-sample a dataset.
+ Module which provides methods to over-sample a dataset.
24
tensorflow
25
Module which provides custom generator, layers for deep learning using
26
tensorflow.
27
under-sampling
28
- Module which provides methods to over-sample a dataset.
+ Module which provides methods to under-sample a dataset.
29
utils
30
Module including various utilities.
31
pipeline
0 commit comments