8000
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 abc2e50 commit aef296dCopy full SHA for aef296d
sklearn/linear_model/randomized_l1.py
@@ -213,7 +213,7 @@ class RandomizedLasso(BaseRandomizedLinearModel):
213
verbose : boolean or integer, optional
214
Sets the verbosity amount
215
216
- normalize : boolean, optional, default False
+ normalize : boolean, optional, default True
217
If True, the regressors X will be normalized before regression.
218
This parameter is ignored when `fit_intercept` is set to False.
219
When the regressors are normalized, note that this makes the
0 commit comments