Question: What is the purpose of regularization in regression models?
Options:
Correct Answer: To prevent overfitting by penalizing large coefficients
Solution:
Regularization is used in regression models to prevent overfitting by adding a penalty for large coefficients, thus simplifying the model.