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 3a9b3f5 commit 0301e06Copy full SHA for 0301e06
sklearn/linear_model/base.py
@@ -404,9 +404,9 @@ class LinearRegression(LinearModel, RegressorMixin):
404
405
Parameters
406
----------
407
- fit_intercept : boolean, optional
+ fit_intercept : boolean, optional, default True
408
whether to calculate the intercept for this model. If set
409
- to false, no intercept will be used in calculations
+ to False, no intercept will be used in calculations
410
(e.g. data is expected to be already centered).
411
412
normalize : boolean, optional, default False
0 commit comments