When training a model, why should you randomly split the rows into separate subsets?
When training a model, why should you randomly split the rows into separate subsets?A . to train the model twice to attain better accuracyB . to train multiple models simultaneously to attain better performanceC . to test the model by using data that was not used to train the modelView...