πŸ“• Node [[precision]]
πŸ“„ Precision.md by @KGBicheno

precision

Go back to the [[AI Glossary]]

A metric for classification models. Precision identifies the frequency with which a model was correct when predicting the positive class. That is:

$$ \text Precision = \frac{True Positives}{True Positives + False Positives} $$

Loading pushes...

Rendering context...