Microsoft Azure AI Fundamentals — Question 51

When training a model, why should you randomly split the rows into separate subsets?

Answer options

Correct answer: C

Explanation

The correct answer, C, highlights the importance of evaluating the model using unseen data to ensure it generalizes well. Options A and B suggest training methods that do not address the necessity of testing on separate data, which is crucial for assessing a model's real-world performance.