【发布时间】:2018-07-06 10:34:56
【问题描述】:
我正在穿过this tutorial。
我不知道如何评估分类器,尤其是找到它的敏感性、特异性、AUC 等。
我在 TensorFlow 文档(this 和 this)中找到了这些,但不知道如何将其与文章中显示的代码一起使用。
我怎样才能找到文章中显示的代码的这些措施?
【问题讨论】:
-
只需从分类器中获取预测并使用
sklearn指标功能即可轻松
标签: python tensorflow statistics evaluation auc