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 333 discussion

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

Your company's business stakeholders want to understand the factors driving customer churn to inform their business strategy. You need to build a customer churn prediction model that prioritizes simple interpretability of your model's results. You need to choose the ML framework and modeling technique that will explain which features led to the prediction. What should you do?

  • A. Build a TensorFlow deep neural network (DNN) model, and use SHAP values for feature importance analysis.
  • B. Build a PyTorch long short-term memory (LSTM) network, and use attention mechanisms for interpretability.
  • C. Build a logistic regression model in scikit-learn, and interpret the model's output coefficients to understand feature impact.
  • D. Build a linear regression model in scikit-learn, and interpret the model's standardized coefficients to understand feature impact.
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
Duke_CT
1 month, 4 weeks ago
Selected Answer: A
Definitely C in my opinion.
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 ...