Question 1,169 of 1,672
MLS-C01 Exploratory Data Analysis Practice Question
A data scientist is analyzing a dataset with a binary target variable. The dataset is highly imbalanced (99% negative class). Which metric is most appropriate for evaluating the model's performance during exploratory data analysis?
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
✓
Area Under the ROC Curve (AUC-ROC)
In highly imbalanced datasets (99% negative class), accuracy is misleading because a model that predicts the majority class always achieves 99% accuracy. Precision focuses on false positives and is threshold-dependent. F1 score balances precision and recall but is sensitive to the chosen threshold and may not reflect overall performance. AUC-ROC evaluates the model's ability to distinguish between classes across all thresholds and is robust to class imbalance, making it the most appropriate metric for initial model evaluation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Accuracy
Why it's wrong here
Accuracy is misleading because a model predicting all negatives would achieve 99% accuracy.
- ✗
Precision
Why it's wrong here
Precision alone does not capture recall trade-off.
- ✗
F1 Score
Why it's wrong here
F1 score is useful but depends on threshold; AUC-ROC is better for initial exploration.
- ✓
Area Under the ROC Curve (AUC-ROC)
Why this is correct
AUC-ROC is insensitive to class imbalance and provides a global measure of performance.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 20, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.