Experiment - ARIMA model basics
Problem:You want to predict future values of a time series using an ARIMA model. Currently, the model fits well on training data but performs poorly on test data.
Current Metrics:Training Mean Squared Error (MSE): 0.02, Test MSE: 0.15
Issue:The model is overfitting the training data and does not generalize well to new data.