False Discovery Rate

False discovery rate is a metric that answers the question, "How many positive predictions are incorrect?".

Precision

Precision is a metric that answers the question, "How many positive predictions are correct?".

Recall

Recall - or sensitivity, or True Positive Rate - is a metric that answers the question, "How many positive example are predicted by the model?".

Specificity

Specificity - or True Negative Rate - is a metric that answers the question, "How many negative examples are correctly predicted by the model?"

Accuracy

Accuracy is a metric that answers the question "How many predictions are correct?".