Skip to content

Commit

Permalink
DOC Fix bracket typo in linear_model.rst (#13932)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Faouzi authored and rth committed May 23, 2019
1 parent 1c83256 commit 8f378ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/linear_model.rst
Expand Up @@ -71,7 +71,7 @@ The least squares solution is computed using the singular value
decomposition of X. If X is a matrix of shape `(n_samples, n_features)`
this method has a cost of
:math:`O(n_{\text{samples}} n_{\text{features}}^2)`, assuming that
:math:`n_{\text{samples} \geq n_{\text{features}}}`.
:math:`n_{\text{samples}} \geq n_{\text{features}}`.

.. _ridge_regression:

Expand Down

0 comments on commit 8f378ca

Please sign in to comment.