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 2a4485c commit e5ca2c0Copy full SHA for e5ca2c0
doc/modules/linear_model.rst
@@ -98,11 +98,8 @@ Cholesky Complexity
98
The Cholesky solution is computed using the Cholesky factorization of
99
X. If X is a matrix of shape `(n_samples, n_features)` this method has
100
a cost of
101
-The least squares solution is computed using the singular value
102
-decomposition of X. If X is a matrix of shape `(n_samples, n_features)`
103
-this method has a cost of
104
:math:`O(n_{\text{samples}} n_{\text{features}}^2)` to form
105
-:math:`X^{\intercal}X` and :math:`O(n_{\text{features}}^3) to run the
+:math:`X^{\intercal}X` and :math:`O(n_{\text{features}}^3)` to run the
106
solver.
107
108
.. _ridge_regression:
0 commit comments