Conformal Seasonal Pools: Efficient Training-Free Probabilistic Time-Series Forecasting

· Source: Valeriy’s Substack · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, medium

Summary

Conformal Seasonal Pools (CSP), a training-free probabilistic forecasting algorithm, significantly outperforms DeepNPTS, a highly-cited non-parametric neural sampler, in both accuracy and computational efficiency. CSP completes workloads in under 20 seconds, compared to DeepNPTS's 153 minutes, representing a 567-time slowdown for a worse mean CRPS score. DeepNPTS critically fails calibration, achieving only 66% empirical coverage for a nominal 95% prediction interval, dropping to 0.03 in worst-case scenarios. CSP, conversely, averages 89% empirical coverage and tightly clusters near the 95% target. CSP's mathematical structure combines seasonal naive forecasts with empirical and signed residual pools, adapting to non-seasonal data. Benchmarks across six GLUTS datasets confirm CSP's superior CRPS, quantile loss, and coverage, with p-values greater than 10 to the negative 10th power. This highlights the need for training-free baselines in forecasting evaluation protocols.

Key takeaway

For Machine Learning Engineers deploying probabilistic forecasting models, you should critically re-evaluate reliance on complex neural networks. Your systems must prioritize calibration over parameter count, as miscalibrated forecasts, like DeepNPTS's 66% coverage for a 95% interval, pose severe operational hazards and regulatory risks. Consider integrating training-free conformal samplers such as CSP as mandatory baselines to ensure mathematical discipline and avoid "narrower wrongness" in decision-critical environments.

Key insights

Training-free conformal samplers like CSP can achieve superior probabilistic forecasting accuracy and calibration with minimal compute.

Principles

Method

CSP generates a seasonal naive forecast, builds seasonal empirical and signed residual pools with recency weights, then draws equally from both to form predictions. It adapts for non-seasonal data.

In practice

Topics

Best for: Research Scientist, AI Engineer, Machine Learning Engineer, AI Scientist, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Valeriy’s Substack.