Accuracy
[!def] Accuracy
Accuracy is the percentage of how much data is correctly predicted
$$
Accuracy = \frac{TP + TN}{TP+FP+TN+FN}
$$
- Accuracy is a bad measure if the data is highly imbalanced.
[!def] Accuracy
Accuracy is the percentage of how much data is correctly predicted
$$
Accuracy = \frac{TP + TN}{TP+FP+TN+FN}
$$