Why does roc_curve return only 3 values?

前端 未结 0 1895
小鲜肉
小鲜肉 2020-12-20 03:24

I pass y_true and y_pred of shapes (999,) with labels 0 and 1 to FP, TP, threshold = roc_curve(y_true, y_pred, pos_label=1) and as a result array of only 3 elem

相关标签:
回答
  • 消灭零回复
提交回复
热议问题