Darts is an open-source Python library for forecasting and modeling univariate and multivariate time series. It supports classical statistical models, machine learning,...
Pros
- Unified API across statistical, machine learning, and deep learning forecasters
- Broader built-in model selection than Prophet
- Strong support for multivariate series, covariates, and probabilistic forecasting
Cons
- Heavier dependency footprint than StatsForecast or Prophet
- Deep learning workflows require more tuning and compute than classical models
- Less specialized for large-scale production inference than Nixtla's libraries