8000 DOC Fix default value in RandomizedLasso (#8455) · scikit-learn/scikit-learn@e1ca40d · GitHub
[go: up one dir, main page]

Skip to content

Commit e1ca40d

Browse files
MarcoFalkejnothman
< 8000 /span>
MarcoFalke
authored andcommitted
DOC Fix default value in RandomizedLasso (#8455)
1 parent 067adad commit e1ca40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/randomized_l1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class RandomizedLasso(BaseRandomizedLinearModel):
213213
verbose : boolean or integer, optional
214214
Sets the verbosity amount
215215
216-
normalize : boolean, optional, default False
216+
normalize : boolean, optional, default True
217217
If True, the regressors X will be normalized before regression.
218218
This parameter is ignored when `fit_intercept` is set to False.
219219
When the regressors are normalized, note that this makes the

0 commit comments

Comments
 (0)
0