Relative Content

Tag Archive for pythontime-serieslstmforecasting

Why are my testing MAE and RMSE twice as low as the training MAE and RMSE?

so I’m doing a times series forecasting project using LSTM. The data pre-processing and training seems fine to me, however my testing MAE and RMSE are twice as low as the training MAE and RMSE, which makes no sense. I’ve checked for data leakage issues but nothing. I can’t seem to locate the problem. Please help :/