Google Cloud Professional Machine Learning Engineer — Question 323

Your company's business stakeholders want to understand the factors driving customer churn to inform their business strategy. You need to build a customer churn prediction model that prioritizes simple interpretability of your model's results. You need to choose the ML framework and modeling technique that will explain which features led to the prediction. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because logistic regression provides clear insight into feature impact through its output coefficients, making it easily interpretable. Options A and B involve complex models that prioritize accuracy over interpretability, complicating the understanding of feature contributions. Option D, while interpretable, does not align with the typical approach for binary classification like churn prediction, which is better suited for logistic regression.