The Unreasonable Difficulty of Time Series Forecasting
Preview
I’ve been thinking recently about what makes time series forecasting problems so difficult compared to other sequence learning tasks or IID Machine Learning problems.
First some motivating baselines illustrating the difficulty of the forecasting problem. I ran a series of models
statistical (Naive, AutoARIMA, Theta, MSTL, Seasonal-Naive)
linear/transformer neural (DLinear, NLinear, PatchTST)
a gradient-boosted tree (LightGBM)
zero-shot foundation models (Chronos, TimesFM, TTM)
“AI” LLM p...
Read more at suzyahyah.github.io