KatherLab/HIA

Problem with calculating AUC

LiuJin629 opened this issue · 0 comments

In the CalculateTotalROC method in your eval.py file, I noticed that when you use "fpr, tpr, thresholds = metrics.roc_curve(y_true, y_pred, pos_label = target_labelDict[key])" to calculate AUC, the parameters passed in are "y_pred" instead of "y_predScore", wouldn't there be a calculation error?