EpistasisLab/tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 41
- Release rhythm 16
- 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: 128
- age_days: 3956
- days_rel: 426
- days_push: 356
- n_releases_24m: 2
Adoption not part of the score
10052 stars · 1563 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TPOT (Tree-based Pipeline Optimization Tool) is a Python automated machine learning library that optimizes scikit-learn machine learning pipelines using genetic programming. It automates pipeline construction, feature selection, model selection, and hyperparameter tuning through evolutionary search.
Use cases
- automatically find the best machine learning pipeline for my dataset
- automate hyperparameter tuning and model selection
- use genetic programming to optimize an sklearn pipeline
- autoML for feature selection and preprocessing
- compare models and pipelines without manual tuning
- evolve a classification or regression pipeline automatically
When to choose
- you want automated pipeline search over scikit-learn estimators
- you need multi-objective or customizable evolutionary AutoML
- you want feature selection and preprocessing optimized together with model choice
When to avoid
- you need deep learning or LLM pipeline optimization
- you want a simple grid search rather than evolutionary optimization
- your data is too large for repeated cross-validation fits during search
Facets
library · maturity active
machine-learning data-science etl machine-learning data-science python cross-platform automl genetic-programming hyperparameter-optimization scikit-learn pipeline-optimization evolutionary-computation feature-engineering automation
3 sources
- readme: https://github.com/EpistasisLab/tpot · fetched 2026-08-28 · 0ed5ced7ae63
- homepage: http://epistasislab.github.io/tpot/ · fetched 2026-08-29 · 36c6c3c2e4f9
- registry_pypi: https://pypi.org/pypi/tpot/json · fetched 2026-08-29 · f23441f6e1a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| EpistasisLab/tpot | main | 44 |
For agents
markdown · JSON · MCP: product_card(name="EpistasisLab/tpot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem