Experiment - Polynomial features
Problem:You want to predict house prices based on the size of the house. The current model uses a simple linear relationship but does not capture the curve in the data.
Current Metrics:Training R2 score: 0.75, Validation R2 score: 0.70
Issue:The model underfits because it cannot capture the non-linear relationship between house size and price.