
Ultimate access to all questions.
You are a machine learning engineer working for a bank, and you have developed a custom model to predict whether a loan application should be flagged for human review. The input features for this model are stored in a BigQuery table. The model has demonstrated strong performance in testing, and you are preparing to deploy it into production. However, due to stringent compliance requirements, the model must provide explanations for each of its predictions to ensure transparency and accountability. Your goal is to integrate this functionality into your model code with minimal effort while ensuring the explanations are as accurate as possible. What should you do?
A
Create an AutoML tabular model by using the BigQuery data with integrated Vertex Explainable AI.
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 AI 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.