
Ultimate access to all questions.
You are developing a machine learning model on Vertex AI that must satisfy regulatory interpretability requirements. To maximize both accuracy and interpretability, you plan to use a combination of model architectures and modeling techniques. How should you build the model?
A
Use a convolutional neural network (CNN)-based deep learning model architecture, and use local interpretable model-agnostic explanations (LIME) for interpretability.
B
Use a recurrent neural network (RNN)-based deep learning model architecture, and use integrated gradients for interpretability.
C
Use a boosted decision tree-based model architecture, and use SHAP values for interpretability.
D
Use a long short-term memory (LSTM)-based model architecture, and use local interpretable model-agnostic explanations (LIME) for interpretability.