Question 88 of 280
Single answerYou are an ML engineer at a bank. You have developed a binary classification model using AutoML Tables to predict whether a customer will make loan payments on time. The output is used to approve or reject loan requests. One customer’s loan request has been rejected by your model, and the bank’s risks department is asking you to provide the reasons that contributed to the model’s decision. What should you do?
✓AUse local feature importance from the predictions.
BUse the correlation with target values in the data summary page.
CUse the feature importance percentages in the model evaluation page.
DVary features independently to identify the threshold per feature that changes the classification.
✓
Correct Answer: A
Use local feature importance from the predictions.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.