Amazon
AIF-C01 · Question #240
A company is developing an ML model to predict customer churn. Which evaluation metric will assess the model's performance on a binary classification task such as predicting churn?
The correct answer is A. F1 score. For binary classification tasks like churn prediction, the F1 score balances precision and recall into a single metric, making it ideal for evaluating how well the model identifies churners without over‑ or under‑predicting.
Submitted by jian89· Mar 30, 2026Fundamentals of AI and ML
Question
A company is developing an ML model to predict customer churn. Which evaluation metric will assess the model's performance on a binary classification task such as predicting churn?
Options
- AF1 score
- BMean squared error (MSE)
- CR-squared
- DTime used to train the model
How the community answered
(32 responses)- A84% (27)
- B3% (1)
- C9% (3)
- D3% (1)
Explanation
For binary classification tasks like churn prediction, the F1 score balances precision and recall into a single metric, making it ideal for evaluating how well the model identifies churners without over‑ or under‑predicting.
Topics
#F1 score#binary classification#model evaluation#metrics
Community Discussion
No community discussion yet for this question.