exam questions

Exam Professional Machine Learning Engineer All Questions

View all questions & answers for the Professional Machine Learning Engineer exam

Exam Professional Machine Learning Engineer topic 1 question 316 discussion

Actual exam question from Google's Professional Machine Learning Engineer
Question #: 316
Topic #: 1
[All Professional Machine Learning Engineer Questions]

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?

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
hit_cloudie
4 weeks, 1 day ago
Selected Answer: C
Boosted decision trees (e.g., XGBoost, LightGBM) offer high accuracy on structured data and work well in production. SHAP (SHapley Additive exPlanations) provides strong theoretical interpretability and is accepted in regulatory environments.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...