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

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

You are developing a model to detect fraudulent credit card transactions. You need to prioritize detection, because missing even one fraudulent transaction could severely impact the credit card holder. You used AutoML to train a model on users' profile information and credit card transaction data. After training the initial model, you notice that the model is failing to detect many fraudulent transactions. How should you increase the number of fraudulent transactions that are detected?

  • A. Add more non-fraudulent examples to the training set.
  • B. Reduce the maximum number of node hours for training.
  • C. Increase the probability threshold to classify a fraudulent transaction.
  • D. Decrease the probability threshold to classify a fraudulent transaction.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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: D
This will increase the number of transactions flagged as fraudulent, improving recall (even at the cost of more false positives, which is acceptable in fraud detection).
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 ...