Computer Science, asked by Adrulz3689, 11 months ago

What is cross-validation and why would you prefer it to a validation set?

Answers

Answered by Vaibhavverma73
0

Hey mate!

I am here with your answer!

Cross-validation, sometimes called rotation estimation, or out-of-sample testing is any of various similar model validation techniques for assessing how the results of a statistical analysis will generalize to an independent data set.

By reducing the training data, we risk losing important patterns/ trends in data set, which in turn increases error induced by bias. So, what we require is a method that provides ample data for training the model and also leaves ample data for validation. K Fold cross validation does exactly that.

Hope this will help you!

Similar questions