Google Cloud Professional Machine Learning Engineer — Question 253

You work for a retail company. You have been tasked with building a model to determine the probability of churn for each customer. You need the predictions to be interpretable so the results can be used to develop marketing campaigns that target at-risk customers. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because a random forest classification model can effectively predict customer churn and provide interpretable feature importances. Options A and B utilize regression models, which are unsuitable for classification tasks like churn prediction. Option C, while capable of generating explanations, does not guarantee the same level of interpretability as a random forest classification model in this context.