nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #327

You are developing an ML model on Vertex AI that needs to meet specific interpretability requirements for regulatory compliance. You want to use a combination of model architectures and modeling techn

The correct answer is C. Use a boosted decision tree-based model architecture, and use SHAP values for interpretability.. Boosted decision tree models (e.g., XGBoost) offer strong predictive performance while being more interpretable than deep learning models. SHAP values provide consistent, theoretically grounded explanations for model predictions, making this combination well-suited for meeting in

Submitted by zhang_li· Apr 18, 2026ML model development

Question

You are developing an ML model on Vertex AI that needs to meet specific interpretability requirements for regulatory compliance. You want to use a combination of model architectures and modeling techniques to maximize accuracy and interpretability. How should you create the model?

Options

  • AUse a convolutional neural network (CNN)-based deep learning model architecture, and use local
  • BUse a recurrent neural network (RNN)-based deep learning model architecture, and use integrated
  • CUse a boosted decision tree-based model architecture, and use SHAP values for interpretability.
  • DUse a long short-term memory (LSTM)-based model architecture, and use local interpretable

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    75% (15)
  • D
    15% (3)

Explanation

Boosted decision tree models (e.g., XGBoost) offer strong predictive performance while being more interpretable than deep learning models. SHAP values provide consistent, theoretically grounded explanations for model predictions, making this combination well-suited for meeting interpretability requirements in regulated environments.

Topics

#Model Interpretability#Boosted Decision Trees#SHAP values#Regulatory Compliance

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice