Darts Library Unifies Zero-Shot Time Series Forecasting with Foundation Models

Zhihao Dai, Dennis Bader, Alain Gysi· June 29, 2026 View original

Summary

The Darts open-source Python library now includes a unified FoundationModel class collection, standardizing interfaces for zero-shot time series forecasting with models like Chronos-2 and TimesFM, enabling easier integration and evaluation within existing pipelines.

The Darts open-source Python library, a widely used tool for time series analysis since 2020, has introduced a significant update. Recent advancements in foundation models have promised a paradigm shift in forecasting, moving from custom model training to leveraging pre-trained, general-purpose forecasters. However, these foundation models often come as isolated packages with fragmented interfaces, making their joint evaluation and integration into existing pipelines challenging. To address this, Darts has developed a unified `FoundationModel` class collection. This collection provides standardized, full-cycle forecasting interfaces for several prominent foundation models, including Chronos-2, TimesFM 2.5, TiRex, and PatchTST-FM, with minimal external dependencies. This integration means that existing Darts pipelines can now incorporate these powerful foundation models with a simple name change. Furthermore, new pipelines can utilize them for zero-shot or fine-tuned forecasting, uncertainty estimation, and backtesting, all within Darts' cohesive framework, alongside its data processing and evaluation tools.

Why it matters

Data scientists and machine learning engineers working with time series data can now easily access and integrate powerful zero-shot foundation models into their workflows, accelerating development and improving forecasting accuracy without complex custom model training.

How to implement this in your domain

  1. 1Update or install the Darts Python library to access the new `FoundationModel` class collection.
  2. 2Explore the available foundation models (e.g., Chronos-2, TimesFM) within the Darts framework.
  3. 3Integrate a chosen foundation model into existing time series forecasting pipelines for zero-shot predictions.
  4. 4Utilize Darts' unified interfaces for tasks like uncertainty estimation and backtesting with foundation models.
  5. 5Compare the performance of foundation models against custom-trained models for specific business use cases.

Who benefits

FinanceRetailManufacturingEnergyHealthcare

Key takeaways

  • Darts library now offers a unified interface for leading time series foundation models.
  • This simplifies integration of models like Chronos-2 and TimesFM into forecasting pipelines.
  • Professionals can leverage zero-shot or fine-tuned forecasting, uncertainty estimation, and backtesting.
  • The update promises to accelerate development and improve accuracy in time series analysis.

Original post by Zhihao Dai, Dennis Bader, Alain Gysi

"arXiv:2606.27438v1 Announce Type: new Abstract: Since its initial release in 2020, Darts has become a widely used open-source Python library for time series analysis. A series of foundation models have recently claimed accuracy improvements in zero-shot forecasting, promising a p…"

View on X

Originally posted by Zhihao Dai, Dennis Bader, Alain Gysi on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses