AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 202

An ML engineer is developing a linear regression ML model. The model shows high accuracy on the training dataset but performs poorly on unseen new data.

Which action should the ML engineer take to address this issue?

Answer options

Correct answer: B

Explanation

The correct answer is B because applying cross-validation and regularization helps to prevent overfitting, which is likely the issue here. Increasing model complexity (A) may worsen overfitting, while deploying without adjustments (C) and merely increasing dataset size (D) without addressing model performance won't solve the underlying problem.