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 5b765e3 commit 987ddbcCopy full SHA for 987ddbc
imblearn/under_sampling/prototype_selection/random_under_sampler.py
@@ -38,6 +38,10 @@ class RandomUnderSampler(BaseMulticlassSampler):
38
If None, the random number generator is the RandomState instance used
39
by np.random.
40
41
+ replacement : boolean, optional (default=True)
42
+ Whether the sample is with (default) or without replacement.
43
+
44
45
Attributes
46
----------
47
min_c_ : str or int
0 commit comments