Time Series Forecasting
The Great Bifurcation of
Time Series Forecasting
2025 is defined by a schism: The industrialization of massive Foundation Models (TSFMs) vs. the pragmatic dominance of Statistical Ensembles.
Foundation Models (TSFMs)
Treats time series as a "language." Trained on billions of tokens to learn universal patterns.
-
â–¸
Tokenization: Patching (TimesFM) or Quantization (Chronos) to bridge the modality gap.
-
â–¸
Architecture: Transformers & Linear-Complexity Models (Mamba).
-
â–¸
Strength: Zero-shot generalization, cold-start problems.
Statistical & GBDTs
The "Statistical Renaissance." Radical software engineering (Numba/JIT) meets feature engineering.
-
â–¸
Speed: StatsForecast (Nixtla) is 500x faster than Prophet.
-
â–¸
Dominance: Kaggle & M6 Competition winners (XGBoost, LightGBM).
-
â–¸
Strength: Tabular data, complex exogenous variables, accuracy.
Architectural Frontier
How deep learning handles continuous time.
Chronos (Amazon)
QuantizationTreats time series as a language task by binning continuous values into discrete tokens.
TimesFM (Google)
PatchingUses Patching to aggregate time steps into semantic tokens, reducing sequence length.
Mamba (SSM)
Linear ComplexityRevisits RNNs/State Space Models to process massive history windows with O(L) complexity.
The Crucible of Truth
In high-stakes competitions like the M6 Financial Forecasting Competition, complex models often fail against simple baselines due to low signal-to-noise ratios.
M6 Finding
Deep Learning models failed to beat simple equal-weighted ensembles. Risk management > Forecasting accuracy.
Kaggle Finding
Feature Engineering + XGBoost/LightGBM is the "Winning Formula" for tabular data.
Zero-Shot vs. Trained Performance (Normalized Error)
TSFMs (Foundation Models) excel at "Zero-Shot" but optimized Statistical Ensembles often win when fine-tuned.
From Prediction to Action
The frontier is Prescriptive Analytics via Reinforcement Learning.
Forecast → Optimize
Minimizes MSE, which may not align with minimizing business *cost*.
End-to-End RL
Directly optimizes Profit. Used by Amazon/Instacart for inventory placement.