TimeGPT-1 | Hacker News
On extremely high dimensional data (I worked at a credit card processor company doing fraud modeling), deep learning dominates, but there's simply no advantage in using a designated "time series" model that treats time differently than any other feature. We've tried most time series deep learning models that claim to be SoTA - N-BEATS, N-HiTS, every RNN variant that was popular pre-transformers, and they don't beat an MLP that just uses lagged values as features. I've talked to several others in the forecasting space and they've found the same result. On mid-dimensional data, LightGBM/Xgboost is by far the best and generally performs at or better than any deep learning model, while requiring much less finetuning and a tiny fraction of the computation time. And on low-dimensional data, (V)ARIMA/ETS/Factor models are still king, since without adequate data, the model needs to be structured with human intuition. As a result I'm extremely skeptical of any of these claims about a generally
As someone who's worked in time series forecasting for a while, I haven't yet found a use case for these "time series" focused deep learning models. On extremely high dimensional data (I worked at a credit card processor company doing fraud modeling), deep learning dominates, but there's simply no advantage in using a designated "time series" model that treats time differently than any other feature. We've tried most time series deep learning models that claim to be SoTA - N-BEATS, N-HiTS, every RNN variant that was popular pre-transformers, and they don't beat an MLP that just uses lagged…
related reading
- The Unreasonable Difficulty of Time Series Forecastingsuzyahyah.github.io
- Against Time-Series Foundation Modelsshakoist.substack.com
- Time Series - From Analyzing the Past to Predicting the Future | Towards Data Sciencetowardsdatascience.com
- ML Blog - Everything you need to know about Time Series Forecastingmrtunguyen.github.io
- 2402.03885arxiv.org
- [2310.07820] Large Language Models Are Zero-Shot Time Series Forecastersarxiv.org
- GitHub - google-research/timesfm: TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.github.com
- Scaling Laws, Carefully | Lil'Loglilianweng.github.io
- 2402.01801arxiv.org
- The Little Book of Deep Learningfleuret.org
- The Scaling Hypothesis · Gwern.netgwern.net
- frontier model training methodologies | Alex Wa's Blogdjdumpling.github.io