AIF-C01 · Question #259
A financial company has deployed an ML model to predict customer churn. The model has been running in production for 1 week. The company wants to evaluate how accurately the model predicts churn…
The correct answer is C. F1 score. The F1 score combines precision (how many predicted churners actually churned) and recall (how many actual churners were correctly identified) into a single metric, making it ideal for measuring your model’s accuracy on the binary churn - prediction task.
Question
A financial company has deployed an ML model to predict customer churn. The model has been running in production for 1 week. The company wants to evaluate how accurately the model predicts churn compared to actual customer behavior. Which metric meets these requirements?
Options
- ARoot mean squared error (RMSE)
- BReturn on investment (ROI)
- CF1 score
- DBilingual Evaluation Understudy (BLEU) score
How the community answered
(36 responses)- A11% (4)
- B3% (1)
- C81% (29)
- D6% (2)
Explanation
The F1 score combines precision (how many predicted churners actually churned) and recall (how many actual churners were correctly identified) into a single metric, making it ideal for measuring your model’s accuracy on the binary churn - prediction task.
Topics
Community Discussion
No community discussion yet for this question.