Skip to content

Commit

Permalink
DOC Fix math typo in model_evaluation's explained_variance (#12747)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali authored and qinhanmin2014 committed Dec 10, 2018
1 parent 9a7e49f commit bf2f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/model_evaluation.rst
Expand Up @@ -1618,7 +1618,7 @@ then the explained variance is estimated as follow:

.. math::
\texttt{explained\_{}variance}(y, \hat{y}) = 1 - \frac{Var\{ y - \hat{y}\}}{Var\{y\}}
\texttt{explained_variance}(y, \hat{y}) = 1 - \frac{Var\{ y - \hat{y}\}}{Var\{y\}}
The best possible score is 1.0, lower values are worse.

Expand Down

0 comments on commit bf2f648

Please sign in to comment.