File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
"""
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.
5
4
"""
6
5
7
6
from .cluster_centroids import ClusterCentroids
Original file line number Diff line number Diff line change 1
1
"""
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.
5
4
"""
6
5
7
6
from .random_under_sampler import RandomUnderSampler
You can’t perform that action at this time.
0 commit comments