Answer Posted / Shweta Kashyap
Accuracy Score is a performance metric that measures the proportion of correctly predicted instances out of the total number of instances. It is calculated as (TP + TN) / (TP + TN + FP + FN), where TP stands for True Positives, TN for True Negatives, FP for False Positives, and FN for False Negatives.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers