Accuracy
Created: 2022-03-23 12:28
Accuracy is the number of correctly predicted data points out of all the data points. More formally, it is defined as the number of true positives and true negatives divided by the number of true positives, true negatives, false positives, and false negatives, i.e. $Accuracy = \frac{TP+TN}{TP+TN+FP+FN}$.
References
Code
Tags
#accuracy