RacineCast-1
RacineCast-1 is an agentic time-series forecasting system by Racine.ai: a fixed per-quantile weighted blend of public foundation-model forecasts. Zero-shot, no training, probabilistic outputs (quantiles 0.1β0.9).
#1 on GIFT-Eval on both leaderboard views (MASE_Rank and WQL_Rank) when added to the 2026-07-07 board, ahead of CastStar, independently verified (see Integrity). All members are Apache-2.0; a stronger non-commercial sibling is RacineCast-1-NC.
Recipe
0.55 Β· Toto-2.0-FnF + 0.20 Β· Toto-2.0-2.5B + 0.20 Β· TiRex-2 + 0.05 Β· Chronos-2
Weighted average per quantile level ("vincentization"). Weights are fixed constants, pre-registered in git before any test evaluation, never fitted on test data.
| Member | Weight | Source | License |
|---|---|---|---|
| Toto-2.0-FnF | 0.55 | Datadog/Toto-2.0-Family-and-Friends | Apache-2.0 |
| Toto-2.0-2.5B | 0.20 | Datadog/Toto-2.0-2.5B | Apache-2.0 |
| TiRex-2 | 0.20 | NX-AI/TiRex-2-gifteval-pretrain | Apache-2.0 |
| Chronos-2 | 0.05 | amazon/chronos-2 | Apache-2.0 |
Original model repositories retain their respective licenses and terms. Toto-2.0-FnF internally ensembles further models; those enter only via Datadog's Apache-2.0 prediction bundle (details in PROVENANCE.md).
Results
Official numbers will be published on the GIFT-Eval leaderboard once the submission is merged. Measurement tables, margins, and caveats: PROVENANCE.md.
Artifact layout
RacineCast-1/
βββ gift_eval/ # leaderboard entry: all_results.csv + config.json
βββ reproduction/ # blend + evaluation code as used for the entry
βββ audit/
β βββ recompute_board.py # recompute the leaderboard ranking yourself
β βββ all_candidates/ # all 28 pre-registered candidate blends, raw
βββ assets/
βββ PROVENANCE.md # full provenance, disclosures, license notes
No model weights ship here by design: the neural weights live in the member repositories; this bundle contains the frozen recipe and everything needed to verify and reproduce the entry.
Reproduction
- Install the official gift-eval harness and Salesforce/GiftEval data.
- Member forecasts: Datadog FnF bundle + TiRex-2 via the official NX-AI/tirex-2 package.
- Blend and score with
reproduction/blend_eval.py; rank any day's board withaudit/recompute_board.py.
Integrity
- Harness exactness: our FnF rebuild matches Datadog's official CSV (max deviation 5.1e-7, reproduced cross-platform).
- Recipes pre-registered before test evaluation; the published candidate was selected among 28 disclosed candidates (all raw CSVs in
audit/all_candidates/, selection disclosed verbatim inPROVENANCE.md). - Independently counter-audited end-to-end (board recomputation, pipeline rebuild, blend recomposition): numbers exact. Summary in
PROVENANCE.md. testdata_leakage: No: no training or weight fitting on test data.
Model tree for racineai/RacineCast-1
Base model
Datadog/Toto-2.0-2.5B