提供多类 AUC ROC
作者: mfeurer创建于 2022年5月19日更新于 2026年9月6日
标签enhancementGood first issueNeed contributor
Scikit-learn 提供了多类曲线下面积的选项: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html 我们应该提供最常用的选项,例如 Auto-Gluon 使用的 OVO 宏平均法。
内容来源: automl/auto-sklearn