diff --git a/imblearn/under_sampling/prototype_selection/random_under_sampler.py b/imblearn/under_sampling/prototype_selection/random_under_sampler.py index 40a9b85bc..e634c2064 100644 --- a/imblearn/under_sampling/prototype_selection/random_under_sampler.py +++ b/imblearn/under_sampling/prototype_selection/random_under_sampler.py @@ -38,6 +38,10 @@ class RandomUnderSampler(BaseMulticlassSampler): If None, the random number generator is the RandomState instance used by np.random. + replacement : boolean, optional (default=True) + Whether the sample is with (default) or without replacement. + + Attributes ---------- min_c_ : str or int