Question: What is the purpose of using cross-validation in model selection?
Options:
Correct Answer: To assess how the results of a statistical analysis will generalize to an independent dataset
Solution:
Cross-validation is used to evaluate the generalization ability of a model by partitioning the data into subsets, training on some and validating on others.