Courseiva
ModelingeasyMultiple ChoiceObjective-mapped

MLS-C01 Modeling Practice Question

A company is using Amazon SageMaker to deploy a machine learning model that predicts equipment failure. The model is a binary classifier that outputs a probability. The company wants to set a threshold such that the model correctly identifies 95% of actual failures (recall >= 0.95). The model's precision at the current threshold of 0.5 is 0.7. The data scientist evaluates the model on a test set and obtains the following confusion matrix at threshold 0.5: TP=95, FN=5, FP=40, TN=860. The total actual positives are 100. Which threshold adjustment should the data scientist make to achieve the recall goal?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Keep the threshold at 0.5

At a threshold of 0.5, recall is TP/(TP+FN) = 95/(95+5) = 0.95, which already meets the goal of recall ≥ 0.95. No adjustment to the threshold is necessary. Decreasing the threshold (e.g., to 0.3 or 0.1) would increase recall but also increase false positives, which is not required. Increasing the threshold (e.g., to 0.7) would reduce recall, missing the goal. Therefore, the correct choice is to keep the threshold at 0.5 (Option C).

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Decrease the threshold to 0.1

    Why it's wrong here

    Unnecessarily decreases precision.

  • Increase the threshold to 0.7

    Why it's wrong here

    Increasing threshold would decrease recall, missing the goal.

  • Keep the threshold at 0.5

    Why this is correct

    Recall is already 95%, meeting the requirement.

  • Decrease the threshold to 0.3

    Why it's wrong here

    Decreasing threshold may increase recall but could reduce precision; recall is already at goal.

About these practice questions

This MLS-C01 question is part of Courseiva's 1,672-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MLS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MLS-C01 exam.