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 12f63da commit 50fea07Copy full SHA for 50fea07
sklearn/linear_model/base.py
@@ -307,6 +307,9 @@ class LinearRegression(LinearModel, RegressorMixin):
307
normalize : boolean, optional, default False
308
If True, the regressors X will be normalized before regression.
309
310
+ copy_X : boolean, optional, default True
311
+ If True, X will be copied; else, it may be overwritten.
312
+
313
Attributes
314
----------
315
coef_ : array, shape (n_features, ) or (n_targets, n_features)
0 commit comments