Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 150d1db

Browse files
authored
DOC fix link to Statistical Learning with Sparsity book (#23693)
1 parent fdfa0f8 commit 150d1db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sklearn/metrics/_regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ def d2_tweedie_score(y_true, y_pred, *, sample_weight=None, power=0):
12231223
----------
12241224
.. [1] Eq. (3.11) of Hastie, Trevor J., Robert Tibshirani and Martin J.
12251225
Wainwright. "Statistical Learning with Sparsity: The Lasso and
1226-
Generalizations." (2015). https://trevorhastie.github.io
1226+
Generalizations." (2015). https://hastie.su.domains/StatLearnSparsity/
12271227
12281228
Examples
12291229
--------
@@ -1326,7 +1326,7 @@ def d2_pinball_score(
13261326
<http://dx.doi.org/10.1080/01621459.1999.10473882>`_
13271327
.. [2] Eq. (3.11) of Hastie, Trevor J., Robert Tibshirani and Martin J.
13281328
Wainwright. "Statistical Learning with Sparsity: The Lasso and
1329-
Generalizations." (2015). https://trevorhastie.github.io
1329+
Generalizations." (2015). https://hastie.su.domains/StatLearnSparsity/
13301330
13311331
Examples
13321332
--------
@@ -1464,7 +1464,7 @@ def d2_absolute_error_score(
14641464
----------
14651465
.. [1] Eq. (3.11) of Hastie, Trevor J., Robert Tibshirani and Martin J.
14661466
Wainwright. "Statistical Learning with Sparsity: The Lasso and
1467-
Generalizations." (2015). https://trevorhastie.github.io
1467+
Generalizations." (2015). https://hastie.su.domains/StatLearnSparsity/
14681468
14691469
Examples
14701470
--------

0 commit comments

Comments
 (0)