8000 fix typos in docstring for calibration (#21103) · scikit-learn/scikit-learn@007b7ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 007b7ef

Browse files
authored
fix typos in docstring for calibration (#21103)
1 parent efa5e3e commit 007b7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/calibration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,9 +1098,9 @@ def from_estimator(
10981098
ax=None,
10991099
**kwargs,
11001100
):
1101-
"""Plot calibration curve using an binary classifier and data.
1101+
"""Plot calibration curve using a binary classifier and data.
11021102
1103-
Calibration curve, also known as reliability diagram, uses inputs
1103+
A calibration curve, also known as a reliability diagram, uses inputs
11041104
from a binary classifier and plots the average predicted probability
11051105
for each bin against the fraction of positive classes, on the
11061106
y-axis.

0 commit comments

Comments
 (0)
0