Skip to content

The definition of Precision in 02_pytorch_classification.ipynb is wrong. #1171

Open
@danli349

Description

@danli349

Hello;

The definition of Precision: Proportion of true positives over total number of samples. Higher precision leads to less false positives (model predicts 1 when it should've been 0). in "02_pytorch_classification.ipynb" is wrong.
Precision is the proportion of true positives over positive predictions (not the total number of samples).
Image

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions