Hyperband
by Community
Tuning hyperparams fast with Hyperband
OSS
Hyperband
Added 1 June 2026
Overview
Hyperband is a Python library for fast hyperparameter optimization. It uses a bandit-based approach to allocate resources to promising configurations and stop poor ones early, reducing total tuning time.
Best for
Best for
Data scientists and ML engineers needing a fast, no-frills hyperparameter tuner for small to medium-scale experiments.
Use cases
- Tuning hyperparameters for machine learning models
- Optimizing deep learning architectures with limited compute budget
- Running early-stopping experiments to find best parameter sets
Notes
Hyperband is a Python library for fast hyperparameter optimization. It uses a bandit-based approach to allocate resources to promising configurations and stop poor ones early, reducing total tuning time.
598 stars on GitHub. Last updated 2018-08-15.
Use cases
- Tuning hyperparameters for machine learning models
- Optimizing deep learning architectures with limited compute budget
- Running early-stopping experiments to find best parameter sets
Pros
- Simple to integrate with existing Python ML workflows
- Proven bandit algorithm for efficient resource allocation
- Lightweight with no external dependencies beyond Python
Cons
- Limited to hyperparameter tuning, not a general optimization tool
- No built-in support for distributed or parallel execution
- Community-maintained with moderate activity (598 stars)
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Simple to integrate with existing Python ML workflows
- Proven bandit algorithm for efficient resource allocation
- Lightweight with no external dependencies beyond Python
Cons
- Limited to hyperparameter tuning, not a general optimization tool
- No built-in support for distributed or parallel execution
- Community-maintained with moderate activity (598 stars)
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
scikit-learn
Community
scikit-learn: machine learning in Python
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration