Skip to content

Commit

Permalink
DOC Fix description of roc_auc_score for average=None (#25779)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-handke committed Mar 8, 2023
1 parent 7e8d3c5 commit 451f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/metrics/_ranking.py
Expand Up @@ -440,7 +440,7 @@ class scores must correspond to the order of ``labels``,
Otherwise, this determines the type of averaging performed on the data.
Note: multiclass ROC AUC currently only handles the 'macro' and
'weighted' averages. For multiclass targets, `average=None` is only
implemented for `multi_class='ovo'` and `average='micro'` is only
implemented for `multi_class='ovr'` and `average='micro'` is only
implemented for `multi_class='ovr'`.
``'micro'``:
Expand Down

0 comments on commit 451f212

Please sign in to comment.