Skip to content

Commit a52085f

Browse files
committed
DOC correct default value
1 parent f38c1ca commit a52085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/datasets/samples_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def make_classification(n_samples=100, n_features=20, n_informative=2,
7676
The number of redundant features. These features are generated as
7777
random linear combinations of the informative features.
7878
79-
n_repeated : int, optional (default=2)
79+
n_repeated : int, optional (default=0)
8080
The number of duplicated features, drawn randomly from the informative
8181
and the redundant features.
8282

0 commit comments

Comments
 (0)