Question: What is the role of regularization in model selection?
Options:
Correct Answer: To prevent overfitting by penalizing large coefficients
Solution:
Regularization adds a penalty for larger coefficients in the model, helping to prevent overfitting and improve generalization.