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 f38c1ca commit a52085fCopy full SHA for a52085f
sklearn/datasets/samples_generator.py
@@ -76,7 +76,7 @@ def make_classification(n_samples=100, n_features=20, n_informative=2,
76
The number of redundant features. These features are generated as
77
random linear combinations of the informative features.
78
79
- n_repeated : int, optional (default=2)
+ n_repeated : int, optional (default=0)
80
The number of duplicated features, drawn randomly from the informative
81
and the redundant features.
82
0 commit comments