TiRex — Zero-Shot Forecasting
- Pretrained time-series model
- No target-dataset training or fine-tuning
- Univariate closing-price history
- Context length up to 2,048 observations
- Nine forecast quantiles from 0.1 to 0.9
Bachelor Thesis · 2026
Researcher & Machine Learning Developer
Can a pretrained forecasting model generalize to a new financial domain without fine-tuning? I evaluated TiRex, a zero-shot time-series model, against supervised baselines trained specifically for the target data with engineered technical features.
Academic context: This project is a forecasting comparison, not a trading system, a claim of reliable future-price prediction, or financial advice.
01 — Research Question
Can TiRex match or outperform established baselines even though these models are trained specifically on the target dataset and use multivariate input features?
The comparison is intentionally asymmetric. TiRex receives only the historical closing-price series and is used without fine-tuning. LightGBM and ElasticNet are trained on the target data and receive engineered multivariate features.
02 — Comparison Setup
03 — What I Built
04 — Data & Evaluation
Daily price data from ten German large-cap stocks across multiple industries. The long dataset covers January 2015 to June 2026; the shorter dataset covers June 2023 to June 2026.
Before applying TiRex to stock data, the local evaluation pipeline was checked against selected published GiftEval benchmark results.
05 — Evaluation Design
The models were evaluated using five chronological folds. Every test period occurred strictly after its training data to prevent information leakage.
Training counts can vary by model because feature preparation changes the number of usable observations; tooltips show the source-data range.
06 — Results
Values below 1 indicate lower error than the naive baseline in the descriptive aggregated comparison.
07 — By Horizon
One chart, two dataset variants, three horizons. Toggle individual models below.
* For normalized WQL, ElasticNet is descriptive only — no genuine quantile forecast.
08 — Stock Level
Mean fold-level normalized WQL, grouped by stock, dataset, and horizon.
Values below 1 indicate better probabilistic forecasting performance than the naive baseline. All displayed averages are below 1; the strength varies across stocks and horizons.
09 — Statistical Evidence
Negative mean differences favor TiRex; positive differences favor the comparison model. Color is supplemented by position, labels, and tooltip text.
10 — Key Findings
TiRex achieved lower point-forecast errors than LightGBM and ElasticNet in the main statistical comparisons.
TiRex achieved an overall normalized WQL of 0.803 and significantly outperformed LightGBM with quantile regression in both dataset variants.
Fourteen of eighteen horizon-specific comparisons significantly favored TiRex. The only significant baseline advantage was LightGBM at the one-day horizon in the long dataset.
Aggregated normalized MASE was 0.950, but fold-level comparisons showed that the naive baseline remained difficult to beat consistently for point forecasts.
11 — Interpretation
The results show that a pretrained forecasting model can compete with supervised models despite using less target-specific information. TiRex’s clearest advantage was probabilistic forecasting and uncertainty modelling. For point forecasts, however, the naive baseline remained a strong benchmark.
12 — Scope and Limitations
Disclaimer: This project presents an academic forecasting comparison and does not constitute financial advice.