Skip to content

Problem with calculating AUC #8

@JAAY-AI

Description

@JAAY-AI

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions