Skip to content

Commit cdc486a

Browse files
hafnerfeglemaitre
andauthored
DOC fix note in accuracy docstring regading relation with jaccard score (scikit-learn#19347)
Co-authored-by: Guillaume Lemaitre <[email protected]>
1 parent 83398f4 commit cdc486a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/metrics/_classification.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ def accuracy_score(y_true, y_pred, *, normalize=True, sample_weight=None):
181181
182182
Notes
183183
-----
184-
In binary and multiclass classification, this function is equal
185-
to the ``jaccard_score`` function.
184+
In binary classification, this function is equal to the `jaccard_score`
185+
function.
186186
187187
Examples
188188
--------

0 commit comments

Comments
 (0)