List of questions
Related questions
Question 259 - Professional Machine Learning Engineer discussion
You work for a bank. You have created a custom model to predict whether a loan application should be flagged for human review. The input features are stored in a BigQuery table. The model is performing well and you plan to deploy it to production. Due to compliance requirements the model must provide explanations for each prediction. You want to add this functionality to your model code with minimal effort and provide explanations that are as accurate as possible What should you do?
A.
Create an AutoML tabular model by using the BigQuery data with integrated Vertex Explainable Al.
B.
Create a BigQuery ML deep neural network model, and use the ML. EXPLAIN_PREDICT method with the num_integral_steps parameter.
C.
Upload the custom model to Vertex Al Model Registry and configure feature-based attribution by using sampled Shapley with input baselines.
D.
Update the custom serving container to include sampled Shapley-based explanations in the prediction outputs.
Your answer:
0 comments
Sorted by
Leave a comment first