Skip to content

Commit dcafb24

Browse files
authored
DOC fix a typo in the documentation (#706)
1 parent 37f27ee commit dcafb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imblearn/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
Module which provides metrics to quantified the classification performance
2121
with imbalanced dataset.
2222
over_sampling
23-
Module which provides methods to under-sample a dataset.
23+
Module which provides methods to over-sample a dataset.
2424
tensorflow
2525
Module which provides custom generator, layers for deep learning using
2626
tensorflow.
2727
under-sampling
28-
Module which provides methods to over-sample a dataset.
28+
Module which provides methods to under-sample a dataset.
2929
utils
3030
Module including various utilities.
3131
pipeline

0 commit comments

Comments
 (0)