KatherLab / HIA

Histopathology Image Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with calculating AUC

LiuJin629 opened this issue · 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?