src/data/question-groups/data-science/content/evaluation-metrics.md
Once a machine learning model has been created, it is important to evaluate and test how well it performs on data. An evaluation metric is a mathematical quantifier of the quality of the model. Precision, Recall, F1 Score, and AUC-ROC are all evaluation metrics.
Key: TP = True Positive, FP = False Positive, FN = False Negative.