AUC and Accuracy
66Kevin opened this issue · 1 comments
66Kevin commented
Recommend-System-tf2.0/FGCNN/train.py
Line 47 in 921da9f
print("AUC: ", accuracy_score(y_test, pre))
AUC不是这样计算的,这是计算accuracy。jc-LeeHub commented
嗯嗯,谢谢指正
66Kevin opened this issue · 1 comments
Recommend-System-tf2.0/FGCNN/train.py
Line 47 in 921da9f
print("AUC: ", accuracy_score(y_test, pre))
AUC不是这样计算的,这是计算accuracy。嗯嗯,谢谢指正