Skip to content

Commit 66fde39

Browse files
author
ArturoAmorQ
committed
Add link to wiki page for expected value
1 parent a91ffee commit 66fde39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python_scripts/metrics_regression.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@
9797
# %% [markdown]
9898
# The $R^2$ score represents the proportion of variance of the target that is
9999
# 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.
100+
# is 1 but there is no lower bound. However, a model that predicts the [expected
101+
# value](https://en.wikipedia.org/wiki/Expected_value) of the target would get a
102+
# score of 0.
102103

103104
# %%
104105
from sklearn.dummy import DummyRegressor

0 commit comments

Comments
 (0)