Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a88bf1

Browse filesBrowse files
authored
DOC Add reference to CalibrationDisplay from calibration_curve's docstring (scikit-learn#31312)
1 parent 2b2da85 commit 7a88bf1
Copy full SHA for 7a88bf1

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎sklearn/calibration.py

Copy file name to clipboardExpand all lines: sklearn/calibration.py
+7Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.