8000 Revert "DOC Add 's' to "correspond" in docs for Hamming Loss. (#12565)" · xhluca/scikit-learn@0a124c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a124c0

Browse files
author
Xing
committed
Revert "DOC Add 's' to "correspond" in docs for Hamming Loss. (scikit-learn#12565)"
This reverts commit 35bdb21.
1 parent b8cc448 commit 0a124c0

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
@@ -1794,7 +1794,7 @@ def hamming_loss(y_true, y_pred, labels=None, sample_weight=None):
17941794
17951795
Notes
17961796
-----
1797-
In multiclass classification, the Hamming loss corresponds to the Hamming
1797+
In multiclass classification, the Hamming loss correspond to the Hamming
17981798
distance between ``y_true`` and ``y_pred`` which is equivalent to the
17991799
subset ``zero_one_loss`` function.
18001800

0 commit comments

Comments
 (0)
0