unit8co/darts
A python library for user-friendly forecasting and anomaly detection on time series. observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 98
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 38
- age_days: 2911
- days_rel: 44
- days_push: 12
- n_releases_24m: 20
Adoption not part of the score
9505 stars · 1030 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Darts is a Python library for user-friendly time series forecasting and anomaly detection. It provides a unified scikit-learn-like fit/predict API across models ranging from classical methods like ARIMA to deep neural networks, with support for probabilistic forecasting, backtesting, and multivariate series.
Use cases
- forecast future values of a time series in python
- detect anomalies in time series data
- train forecasting models on multiple time series
- compare ARIMA vs neural network forecasting models
- produce probabilistic forecasts with confidence intervals
- backtest a forecasting model on historical data
- use covariates like holidays or weather in time series forecasting
When to choose
- you want one consistent API for many forecasting models, from ARIMA to deep learning
- you need anomaly detection built on top of forecasting or filtering models
- you want probabilistic forecasting and model backtesting out of the box
- you work with univariate or multivariate time series in pandas
When to avoid
- you need lightweight, dependency-free statistical forecasting only
- your use case is general tabular ML regression rather than time series
- you require real-time streaming anomaly detection at very low latency
Facets
library · maturity active
machine-learning data-science nlp time-series machine-learning data-science deep-learning python forecasting anomaly-detection time-series probabilistic-forecasting arima deep-learning scikit-learn-style
3 sources
- readme: https://github.com/unit8co/darts · fetched 2026-08-28 · 2a42866c3cb2
- homepage: https://unit8co.github.io/darts/ · fetched 2026-08-29 · a932ffc2b185
- registry_pypi: https://pypi.org/pypi/darts/json · fetched 2026-08-29 · 40e988f8e8c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unit8co/darts | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem