This document covers ROC curves, AUC curves, feature engineering, and confusion matrices. It defines ROC curves as plots that illustrate the diagnostic ability of a binary classifier as its discrimination threshold varies. AUC curves are defined as the area under an ROC curve, calculated using the trapezoidal rule. Feature engineering is described as the most creative aspect of data science, involving brainstorming and template development. Confusion matrices are defined as tables showing the performance of a classification model, including true positives, false positives, and other metrics.