tslearn-team/tslearn
The machine learning toolkit for time series analysis in Python observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 66
- 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: 103.0
- age_days: 3408
- days_rel: 64
- days_push: 7
- n_releases_24m: 5
Adoption not part of the score
3174 stars · 380 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
tslearn is a Python machine learning library dedicated to time series analysis, built on numpy and compatible with scikit-learn. It provides tools for time series classification, clustering, and preprocessing, including Dynamic Time Warping (DTW) based algorithms.
Use cases
- cluster time series with DTW-based k-means
- classify time series with nearest neighbors using dynamic time warping
- preprocess and resample time series datasets in Python
- compute DTW barycenter averaging for time series
- run scikit-learn-style machine learning on variable-length time series
- benchmark time series classification algorithms
When to choose
- you need dedicated time series ML algorithms like DTW, DTWI, or global alignment kernels in Python
- you want scikit-learn-compatible estimators for time series tasks
- you work with variable-length or multivariate time series datasets
When to avoid
- you need general-purpose tabular machine learning rather than time series
- you need deep learning models for time series (consider sktime, darts, or PyTorch)
- you need streaming or real-time time series processing
Facets
library · maturity stable
machine-learning data-science machine-learning data-science time-series python cross-platform time-series dtw dynamic-time-warping clustering classification scikit-learn-compatible
2 sources
- readme: https://github.com/tslearn-team/tslearn · fetched 2026-08-28 · 0107c0ea8f53
- registry_pypi: https://pypi.org/pypi/tslearn/json · fetched 2026-08-29 · c6327cef6297
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tslearn-team/tslearn | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="tslearn-team/tslearn")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem