相关文章推荐
安静的豆浆  ·  【bug】【Cannot find ...·  2 年前    · 
卖萌的马铃薯  ·  python - Finding ...·  3 年前    · 
严肃的沙发  ·  数据库 - ...·  3 年前    · 

python的bug--'numpy.ndarray' object is not callable

auc = auc(fpr, tpr)
plt.plot(fpr, tpr, label='S3< val (AUC = {:.3f})'.format(auc))

错误原因 变量名auc和函数名auc重名了

发布于 2020-05-10 23:29

文章被以下专栏收录