Experiment - Time series evaluation metrics
Problem:You have a time series forecasting model that predicts daily sales. The model currently shows a training mean squared error (MSE) of 10 but a validation MSE of 50.
Current Metrics:Training MSE: 10, Validation MSE: 50
Issue:The model is overfitting the training data, leading to poor validation performance. Also, only MSE is used, which may not fully capture forecast quality.
