Skip to content

lesson03: binary confusion matrix true/false order #51

@elcorto

Description

@elcorto

In addition to deeplearning540/lesson03#1, sklearn also uses y_{true,pred} = [False, True] such that TN = C[0,0] and so forth, as opposed to [True,False] in wikipedia.

https://scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html

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