(no title)
longdog | 1 year ago
- Time-LLM (https://arxiv.org/abs/2310.01728)
- Lag-Llama (https://arxiv.org/abs/2310.08278)
- UniTime (https://arxiv.org/abs/2310.09751)
- TEMPO (https://arxiv.org/abs/2310.04948)
- TimeGPT (https://arxiv.org/abs/2310.03589)
- TimesFM (https://arxiv.org/html/2310.10688v2)
- GPT4TS (https://arxiv.org/pdf/2308.08469.pdf)
Yet not a SINGLE transformer-based model I've managed to successfully run has beaten gradient boosted tree models on my use case (economic forecasting). To be honest I believe these foundational models are all vastly overfit. There's basically only 2 benchmarking sets that are ever used in time series (the Monash set and the M-competition set), so it'd be easy to overtune a model just to perform well on these.
I would love to see someone make a broader set of varied benchmarks and have an independent third party do these evaluations like with LLM leaderboards. Otherwise I assume all published benchmarks are 100% meaningless and gamed.
dcl|1 year ago
donbreo|1 year ago
unknown|1 year ago
[deleted]
logicchains|1 year ago
hackerlight|1 year ago
boredemployee|1 year ago
Not disagreeing with you, and I'm not a specialist, but it's funny that lot of papers seem to claim exactly the opposite.
Tarq0n|1 year ago
tudorw|1 year ago
"Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well."
refulgentis|1 year ago
unknown|1 year ago
[deleted]