8000 Revert "DOC Fix math typo in model_evaluation's explained_variance (#… · xhluca/scikit-learn@ddce824 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddce824

Browse files
qinhanmin2014Xing
authored andcommitted
Revert "DOC Fix math typo in model_evaluation's explained_variance (scikit-learn#12747)"
This reverts commit bf2f648.
1 parent 543d640 commit ddce824

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