optuna/optuna
A hyperparameter optimization framework observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 74
- 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: 61.5
- age_days: 3115
- days_rel: 93
- days_push: 7
- n_releases_24m: 13
Adoption not part of the score
14713 stars · 1381 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Optuna is an open-source Python hyperparameter optimization framework with a define-by-run API for dynamically constructing search spaces. It supports state-of-the-art search algorithms, trial pruning, and easy parallel/distributed optimization across any ML framework.
Use cases
- tune hyperparameters of a machine learning model
- optimize neural network architecture search
- find best hyperparameters for LightGBM or XGBoost
- run distributed hyperparameter search in parallel
- prune unpromising training trials early
- multi-objective hyperparameter optimization
When to choose
- you need framework-agnostic hyperparameter tuning in Python
- you want dynamic, code-defined search spaces
- you need parallel or distributed optimization with minimal code changes
- you want pruning and modern samplers like TPE out of the box
When to avoid
- you need a non-Python environment
- you want a fully automated AutoML pipeline including feature engineering and model selection
- your project requires a GUI-first tuning tool
Facets
library · maturity active
machine-learning benchmarking data-science machine-learning deep-learning artificial-intelligence data-science python cross-platform hyperparameter-optimization automl bayesian-optimization define-by-run distributed-optimization pruning
3 sources
- readme: https://github.com/optuna/optuna · fetched 2026-08-28 · 1eceac0c4135
- homepage: https://optuna.org · fetched 2026-08-29 · 01c1ef9a40bb
- registry_pypi: https://pypi.org/pypi/optuna/json · fetched 2026-08-29 · a3c33aad7fc3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| optuna/optuna | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem