Provide multi-class AUC ROC
Author: mfeurerCreated May 19, 2022Updated Sep 6, 2026
LabelsenhancementGood first issueNeed contributor
Scikit-learn provides multi-class options for area under curve: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
We should provide the most common ones, such as the OVO Macro averaging used by Auto-Gluon.
Source: automl/auto-sklearn