8000 DOC Fix math typo in model_evaluation's explained_variance (#12747) · scikit-learn/scikit-learn@bf2f648 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf2f648

Browse files
adrinjalaliqinhanmin2014
authored andcommitted
DOC Fix math typo in model_evaluation's explained_variance (#12747)
1 parent 9a7e49f commit bf2f648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/model_evaluation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ then the explained variance is estimated as follow:
16181618

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

0 commit comments

Comments
 (0)
0