AWS Certified Machine Learning – Specialty — Question 223

A bank wants to launch a low-rate credit promotion campaign. The bank must identify which customers to target with the promotion and wants to make sure that each customer's full credit history is considered when an approval or denial decision is made.

The bank's data science team used the XGBoost algorithm to train a classification model based on account transaction features. The data science team deployed the model by using the Amazon SageMaker model hosting service. The accuracy of the model is sufficient, but the data science team wants to be able to explain why the model denies the promotion to some customers.

What should the data science team do to meet this requirement in the MOST operationally efficient manner?

Answer options

Correct answer: C

Explanation

Option C is the best choice because it specifically utilizes SageMaker Clarify, which is designed for explainability tasks and can analyze individual customer data effectively. The other options, while they may provide some insights, either do not focus on individual predictions or do not leverage the capabilities of SageMaker Clarify, making them less efficient for the stated requirement.