10000 DOC Removed duplicate word "and" in metrics/_classification.py (#20873) · scikit-learn/scikit-learn@986d8f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 986d8f2

Browse files
authored
DOC Removed duplicate word "and" in metrics/_classification.py (#20873)
1 parent 2a6426f commit 986d8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ def log_loss(
22782278
for its training data ``y_true``.
22792279
The log loss is only defined for two or more labels.
22802280
For a single sample with true label :math:`y \in \{0,1\}` and
2281-
and a probability estimate :math:`p = \operatorname{Pr}(y = 1)`, the log
2281+
a probability estimate :math:`p = \operatorname{Pr}(y = 1)`, the log
22822282
loss is:
22832283
22842284
.. math::

0 commit comments

Comments
 (0)
0