jc-LeeHub/Recommend-System-tf2.0

AUC and Accuracy

66Kevin opened this issue · 1 comments

print("AUC: ", accuracy_score(y_test, pre))

print("AUC: ", accuracy_score(y_test, pre)) AUC不是这样计算的,这是计算accuracy。

嗯嗯,谢谢指正