File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ solves a problem of the form:
37
37
:align: center
38
38
:scale: 50%
39
39
40
- :class: `LinearRegression ` will take in its ``fit `` method arrays X, y
40
+ :class: `LinearRegression ` will take in its ``fit `` method arrays `` X ``, `` y ``
41
41
and will store the coefficients :math: `w` of the linear model in its
42
42
``coef_ `` member::
43
43
@@ -114,7 +114,7 @@ of shrinkage and thus the coefficients become more robust to collinearity.
114
114
115
115
116
116
As with other linear models, :class: `Ridge ` will take in its ``fit `` method
117
- arrays X, y and will store the coefficients :math: `w` of the linear model in
117
+ arrays `` X ``, `` y `` and will store the coefficients :math: `w` of the linear model in
118
118
its ``coef_ `` member::
119
119
120
120
>>> from sklearn import linear_model
You can’t perform that action at this time.
0 commit comments