automl/auto-sklearn

Provide multi-class AUC ROC

Open

#1,482 opened on May 19, 2022

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (7,270 stars) (1,265 forks)batch import
Good first issueNeed contributorenhancement

Description

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.

Contributor guide