Ross ROSS = Recommend OSS · open-source software intelligence for agents

winedarksea/AutoTS

Automated Time Series Forecasting observed · 2026-08-28

github.com/winedarksea/AutoTS · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • Longevity 100
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: 38.5
  • age_days: 2472
  • days_rel: 13
  • days_push: 8
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

1430 stars · 122 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

AutoTS is a Python library for automated time series forecasting, offering dozens of sklearn-style models (statistical, ML, deep learning) plus 30+ time series transforms that operate directly on Pandas DataFrames. It includes an AutoML feature search using genetic algorithms to select models, preprocessing, and ensembles, with support for multivariate and probabilistic forecasts at scale.

Use cases

  • forecast sales or demand across thousands of time series
  • automatically find the best forecasting model for my dataset
  • generate probabilistic upper and lower bound forecasts
  • run an automl search over time series models and preprocessing
  • forecast stock market or financial time series
  • detect anomalies in time series data
  • scale forecasting to hundreds of thousands of input series

When to choose

  • you need automated, high-accuracy time series forecasting in Python with minimal manual tuning
  • you work with Pandas DataFrames and want sklearn-style fit/predict APIs
  • you need multivariate, probabilistic, or large-scale forecasting with ensembling

When to avoid

  • you need general-purpose AutoML for non-time-series tabular data
  • you need a forecasting service with a UI rather than a Python library
  • you require real-time streaming forecasting rather than batch prediction

Facets

library · maturity active

machine-learning data-science etl machine-learning data-science time-series analytics python time-series forecasting automl sklearn-style genetic-algorithms probabilistic-forecasting anomaly-detection

2 sources

Member repositories

RepositoryRoleHealth v2
winedarksea/AutoTSmain95

For agents

markdown · JSON · MCP: product_card(name="winedarksea/AutoTS")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem