8000 Doc fix · scikit-learn/scikit-learn@e5ca2c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5ca2c0

Browse files
rithvikraojjerphan
authored andcommitted
Doc fix
1 parent 2a4485c commit e5ca2c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/modules/linear_model.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,8 @@ Cholesky Complexity
9898
The Cholesky solution is computed using the Cholesky factorization of
9999
X. If X is a matrix of shape `(n_samples, n_features)` this method has
100100
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
104101
: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
102+
:math:`X^{\intercal}X` and :math:`O(n_{\text{features}}^3)` to run the
106103
solver.
107104

108105
.. _ridge_regression:

0 commit comments

Comments
 (0)
0