Skip to content

Commit 58d0a74

Browse files
author
Guillaume Lemaitre
committed
FIX addres christos comments
1 parent c05da87 commit 58d0a74

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

imblearn/under_sampling/prototype_generation/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
2-
The :mod:`imblearn.under_sampling.prototype_generation` submodule
3-
contains the method in which a new samples are generated such that the
4-
dataset become more balanced.
2+
The :mod:`imblearn.under_sampling.prototype_generation` submodule contains
3+
methods that generate new samples in order to balance the dataset.
54
"""
65

76
from .cluster_centroids import ClusterCentroids

imblearn/under_sampling/prototype_selection/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
2-
The :mod:`imblearn.under_sampling.prototype_selection` submodule
3-
contains the method in which a subset of the original data a selected
4-
to create a new dataset.
2+
The :mod:`imblearn.under_sampling.prototype_selection` submodule contains
3+
methods that select samples in order to balance the dataset.
54
"""
65

76
from .random_under_sampler import RandomUnderSampler

0 commit comments

Comments
 (0)