Skip to content

Bug in metrics.roc_auc_score #3864

@madclam

Description

@madclam

pred=[1e-10, 0, 0]
sol=[1, 0, 0]
metrics.roc_auc_score(sol, pred) # 0.5, wrong, 1 is correct

pred=[1, 0, 0]
sol=[1, 0, 0]
metrics.roc_auc_score(sol, pred) # 1 correct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions