exam questions

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 All Questions

View all questions & answers for the AWS Certified Machine Learning Engineer - Associate MLA-C01 exam

Exam AWS Certified Machine Learning Engineer - Associate MLA-C01 topic 1 question 81 discussion

A company has a binary classification model in production. An ML engineer needs to develop a new version of the model.
The new model version must maximize correct predictions of positive labels and negative labels. The ML engineer must use a metric to recalibrate the model to meet these requirements.
Which metric should the ML engineer use for the model recalibration?

  • A. Accuracy
  • B. Precision
  • C. Recall
  • D. Specificity
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
kyo
2 weeks, 4 days ago
Selected Answer: A
For imbalanced data, F1 score is preferred over confusion matrix-derived metrics. Ideally, option A would be "F1 Score". Given the choices, A (Accuracy) is the most reasonable, though not ideal.
upvoted 1 times
...
Saransundar
2 months ago
Selected Answer: A
A. Accuracy: Correct choice; maximizes both true positives and true negatives. Formula: (TP + TN) / Total Predictions B. Precision: Focuses only on true positives, not negatives. Formula: TP / (TP + FP) C. Recall: Focuses on capturing all true positives, ignoring negatives. Formula: TP / (TP + FN) D. Specificity: Focuses only on true negatives, ignoring positives. Formula: TN / (TN + FP)
upvoted 1 times
...
GiorgioGss
2 months, 1 week ago
Selected Answer: A
Accuracy formula: (True Positives + True Negatives) / Total Predictions
upvoted 1 times
...
GiorgioGss
2 months, 1 week ago
Selected Answer: A
https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-accuracy-evaluation.html
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago