When training a model, why should you randomly split the rows into separate subsets?
A.
to train the model twice to attain better accuracy
B.
to train multiple models simultaneously to attain better performance
C.
to test the model by using data that was not used to train the model
The Answer Is:
C
This question includes an explanation.
Explanation:
The goal is to produce a trained (fitted) model that generalizes well to new, unknown data. The fitted model is evaluated using “new” examples from the held-out datasets (validation and test datasets) to estimate the model's accuracy in classifying new data.