English

Darts: User-Friendly Modern Machine Learning for Time Series

Machine Learning 2022-05-20 v3 Computation

Abstract

We present Darts, a Python machine learning library for time series, with a focus on forecasting. Darts offers a variety of models, from classics such as ARIMA to state-of-the-art deep neural networks. The emphasis of the library is on offering modern machine learning functionalities, such as supporting multidimensional series, meta-learning on multiple series, training on large datasets, incorporating external data, ensembling models, and providing a rich support for probabilistic forecasting. At the same time, great care goes into the API design to make it user-friendly and easy to use. For instance, all models can be used using fit()/predict(), similar to scikit-learn.

Keywords

Cite

@article{arxiv.2110.03224,
  title  = {Darts: User-Friendly Modern Machine Learning for Time Series},
  author = {Julien Herzen and Francesco Lässig and Samuele Giuliano Piazzetta and Thomas Neuer and Léo Tafti and Guillaume Raille and Tomas Van Pottelbergh and Marek Pasieka and Andrzej Skrodzki and Nicolas Huguenin and Maxime Dumonal and Jan Kościsz and Dennis Bader and Frédérick Gusset and Mounir Benheddi and Camila Williamson and Michal Kosinski and Matej Petrik and Gaël Grosch},
  journal= {arXiv preprint arXiv:2110.03224},
  year   = {2022}
}

Comments

Darts Github repository: https://github.com/unit8co/darts

R2 v1 2026-06-24T06:41:38.976Z