A company has a binary classification model in production. An ML engineer needs to develop a new version of the model. The new model version must maximize correct predictions of positive labels and negative labels. The ML engineer must use a metric to recalibrate the model to meet these requirements. Which metric should the ML engineer use for the model recalibration?
- AAccuracy (correct answer)
- BPrecision
- CRecall
- DSpecificity
Reveal answer & explanationHide answer
The correct answer is A. Option A: Accuracy.