During the construction of the model we might need to make design choices about which kinds of error the model will make, like prioritizing minimizing false positives.

Accuracy: measure of how many instances the model got right.

PPV: Positive predictive value: how may true positives the model came up from the things it labeled positive.

Sensitivity: what percentage did the model correctly find.

Specificity: what percentage did the model correctly reject.

Sensitivity and specificity suffer a trade off between each other.