8000 DOC renew dead link to paper (#21372) · scikit-learn/scikit-learn@f282640 · GitHub
[go: up one dir, main page]

Skip to content

Commit f282640

Browse files
authored
DOC renew dead link to paper (#21372)
1 parent 958ccc5 commit f282640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/_stochastic_gradient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def predict_proba(self, X):
12391239
----------
12401240
Zadrozny and Elkan, "Transforming classifier scores into multiclass
12411241
probability estimates", SIGKDD'02,
1242-
http://www.research.ibm.com/people/z/zadrozny/kdd2002-Transf.pdf
1242+
https://dl.acm.org/doi/pdf/10.1145/775047.775151
12431243
12441244
The justification for the formula in the loss="modified_huber"
12451245
case is in the appendix B in:

0 commit comments

Comments
 (0)
0