8000 DOC Add reference to CalibrationDisplay from calibration_curve's docs… · scikit-learn/scikit-learn@7a88bf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a88bf1

Browse files
authored
DOC Add reference to CalibrationDisplay from calibration_curve's docstring (#31312)
1 parent 2b2da85 commit 7a88bf1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sklearn/calibration.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,13 @@ def calibration_curve(
10051005
prob_pred : ndarray of shape (n_bins,) or smaller
10061006
The mean predicted probability in each bin.
10071007
1008+
See Also
1009+
--------
1010+
CalibrationDisplay.from_predictions : Plot calibration curve using true
1011+
and predicted labels.
1012+
CalibrationDisplay.from_estimator : Plot calibration curve using an
1013+
estimator and data.
1014+
10081015
References
10091016
----------
10101017
Alexandru Niculescu-Mizil and Rich Caruana (2005) Predicting Good

0 commit comments

Comments
 (0)
0