2021年3月29日

sklearn 的 metrics

摘要: 【分类指标】 1.accuracy_score(y_true,y_pre) : 精度 2.auc(x, y, reorder=False) : ROC曲线下的面积;较大的AUC代表了较好的performance。 3.average_precision_score(y_true, y_score, 阅读全文

posted @ 2021-03-29 18:43 vmkash 阅读(204) 评论(0) 推荐(0)

导航