functime-org/functime
Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 80
- Release rhythm 50
- Longevity 84
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1185
- days_rel: 122
- days_push: 122
- n_releases_24m: 1
Adoption not part of the score
1183 stars · 65 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
functime is a Python library for production-ready global forecasting and time-series feature extraction on large panel datasets, built on lazy Polars transforms for parallelism. It includes preprocessing, cross-validation splitters, forecast metrics, automated hyperparameter tuning, and an LLM agent for forecast analysis.
Use cases
- forecast 100,000 time series in seconds on a laptop
- extract tsfresh and Catch22 features from panel data in parallel
- backtest forecasts with expanding and sliding window splitters
- tune forecast hyperparameters and lags automatically with FLAML
- produce point and probabilistic forecasts with exogenous features
- preprocess time series with box-cox and differencing
- analyze and compare forecasts with an LLM agent
When to choose
- you need fast forecasting across many related time series (panel data)
- you want Polars-based parallel feature engineering for time series
- you need an end-to-end forecasting pipeline with backtesting and metrics
- you want ML-based forecasters with exogenous feature support
When to avoid
- you need classical statistical forecasting only (e.g. simple ARIMA on a single series)
- your stack is pandas-only and you cannot adopt Polars
- you need deep-learning forecasting models like N-BEATS or TFT
Facets
library · maturity active
machine-learning data-science etl machine-learning data-science time-series analytics python time-series forecasting polars feature-engineering panel-data backtesting global-forecasting
2 sources
- readme: https://github.com/functime-org/functime · fetched 2026-08-28 · ea69b270f3dc
- homepage: https://functime-org.github.io/functime/ · fetched 2026-08-29 · edeb3c043990
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| functime-org/functime | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="functime-org/functime")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem