automl/auto-sklearn

Provide multi-class AUC ROC

Open

#1,482 创建于 2022年5月19日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Python (7,270 star) (1,265 fork)batch import
Good first issueNeed contributorenhancement

描述

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.

贡献者指南