Quiz
Regularization and the Bias-Variance Tradeoff
Understand how L2 regularization affects model bias and variance to combat overfitting.
You train a linear regression model that achieves very low error on training data but high error on test data. You add L2 regularization (increasing lambda). What is the expected effect on the model?