Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sklearn/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,9 +1098,9 @@ def from_estimator(
ax=None,
**kwargs,
):
"""Plot calibration curve using an binary classifier and data.
"""Plot calibration curve using a binary classifier and data.

Calibration curve, also known as reliability diagram, uses inputs
A calibration curve, also known as a reliability diagram, uses inputs
from a binary classifier and plots the average predicted probability
for each bin against the fraction of positive classes, on the
y-axis.
Expand Down