MLS-C01 · Question #254
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…
The correct answer is C. Set up and run an explainability job powered by SageMaker Clarify to analyze the individual. Customers and internal stakeholders both want transparency into how models make their predictions. SageMaker Clarify integrates with SageMaker Experiments to show you the importance of each model input for a specific prediction. Results can be made available to customer-facing…
Question
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?
Options
- ACreate a SageMaker notebook instance. Upload the model artifact to the notebook. Use the
- BRetrain the model by using SageMaker Debugger. Configure Debugger to calculate and collect
- CSet up and run an explainability job powered by SageMaker Clarify to analyze the individual
- DUse SageMaker Model Monitor to create Shapley values that help explain model behavior. Store
How the community answered
(27 responses)- A4% (1)
- B15% (4)
- C74% (20)
- D7% (2)
Explanation
Customers and internal stakeholders both want transparency into how models make their predictions. SageMaker Clarify integrates with SageMaker Experiments to show you the importance of each model input for a specific prediction. Results can be made available to customer-facing employees so that they have an understanding of the model's behavior when making decisions based on model predictions.
Topics
Community Discussion
No community discussion yet for this question.