📚 node [[precision]]

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} $$

📖 stoas
⥱ context
⥅ related node [[precision_target]]
⥅ related node [[average_precision]]
⥅ related node [[precision recall_curve]]
⥅ related node [[precision fermentation]]