8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7e49f commit bf2f648Copy full SHA for bf2f648
doc/modules/model_evaluation.rst
@@ -1618,7 +1618,7 @@ then the explained variance is estimated as follow:
1618
1619
.. math::
1620
1621
- \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\}}
1622
1623
The best possible score is 1.0, lower values are worse.
1624
0 commit comments