We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ffee commit 66fde39Copy full SHA for 66fde39
python_scripts/metrics_regression.py
@@ -97,8 +97,9 @@
97
# %% [markdown]
98
# The $R^2$ score represents the proportion of variance of the target that is
99
# explained by the independent variables in the model. The best score possible
100
-# is 1 but there is no lower bound. However, a model that predicts the expected
101
-# value of the target would get a score of 0.
+# is 1 but there is no lower bound. However, a model that predicts the [expected
+# value](https://en.wikipedia.org/wiki/Expected_value) of the target would get a
102
+# score of 0.
103
104
# %%
105
from sklearn.dummy import DummyRegressor
0 commit comments