Topic 1 Question 259
A financial services company wants to automate its loan approval process by building a machine learning (ML) model. Each loan data point contains credit history from a third-party data source and demographic information about the customer. Each loan approval prediction must come with a report that contains an explanation for why the customer was approved for a loan or was denied for a loan. The company will use Amazon SageMaker to build the model.
Which solution will meet these requirements with the LEAST development effort?
Use SageMaker Model Debugger to automatically debug the predictions, generate the explanation, and attach the explanation report.
Use AWS Lambda to provide feature importance and partial dependence plots. Use the plots to generate and attach the explanation report.
Use SageMaker Clarify to generate the explanation report. Attach the report to the predicted results.
Use custom Amazon CloudWatch metrics to generate the explanation report. Attach the report to the predicted results.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
Sagemaker Clarity is better option
👍 1SandeepGun2023/06/17 C, SageMaker Clarify can give explanation Why.
👍 1ADVIT2023/07/07- 正解だと思う選択肢: C
The solution that will meet these requirements with the least development effort is C. Using SageMaker Clarify to generate the explanation report, and attaching the report to the predicted results . This solution allows the financial services company to use SageMaker Clarify, a feature that provides machine learning (ML) model transparency and explainability, to generate the explanation report for each loan approval prediction. SageMaker Clarify can provide feature importance scores, which indicate how much each feature contributes to the prediction, and SHAP values, which measure how each feature affects the prediction compared to the average prediction . The company can use these metrics to generate and attach the explanation report that contains the reason for why the customer was approved or denied for a loan.
👍 1Mickey3212023/08/23
シャッフルモード