What should you do?

You 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?
A . Use local feature importance from the predictions.
B. Use the correlation with target values in the data summary page.
C. Use the feature importance percentages in the model evaluation page.
D. Vary features independently to identify the threshold per feature that changes the classification.

Answer: A

Explanation:

This would allow you to identify which features contributed the most to the model’s decision, which would in turn help you to better explain why the model rejected the customer’s loan request.

Varying features independently could also be a useful approach, as this would help to identify specific threshold values that change the classification. However, this strategy would be more time-consuming and would not provide as much insight into the inner-workings of the model compared to using local feature importance.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments