pytorch-deep-learning icon indicating copy to clipboard operation
pytorch-deep-learning copied to clipboard

The definition of `Precision` in 02_pytorch_classification.ipynb is wrong.

Open danli349 opened this issue 11 months ago • 4 comments

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

danli349 avatar Jan 27 '25 02:01 danli349