Experiment - Stationarity and differencing
Problem:You have a time series dataset with a clear upward trend. The model you built to forecast future values performs poorly because the data is not stationary.
Current Metrics:Mean Squared Error (MSE) on validation set: 1500
Issue:The time series is non-stationary, causing the model to struggle with learning patterns. This leads to high error in predictions.