Experiment - Elastic Net regularization
Problem:You are training a linear regression model to predict house prices. The current model fits the training data very well but performs poorly on new data.
Current Metrics:Training R2 score: 0.95, Validation R2 score: 0.65
Issue:The model is overfitting: it performs much better on training data than on validation data.