Hyperopt
by Community
Distributed Asynchronous Hyperparameter Optimization in Python
OSS
Hyperopt
Added 1 June 2026
Overview
Hyperopt is a Python library for distributed asynchronous hyperparameter optimization. It uses algorithms like Tree of Parzen Estimators (TPE) and random search to find optimal model parameters. Users define a search space and objective function, and Hyperopt runs trials in parallel across multiple workers.
Best for
Best for
Python developers needing a lightweight, distributed hyperparameter tuning library for machine learning workflows
Use cases
- Tuning hyperparameters for machine learning models like neural networks or gradient boosting
- Optimizing configuration parameters for data processing pipelines
- Running distributed hyperparameter sweeps across a cluster or cloud resources
Notes
Hyperopt is a Python library for distributed asynchronous hyperparameter optimization. It uses algorithms like Tree of Parzen Estimators (TPE) and random search to find optimal model parameters. Users define a search space and objective function, and Hyperopt runs trials in parallel across multiple workers.
7,576 stars on GitHub. Last updated 2026-05-25.
Use cases
- Tuning hyperparameters for machine learning models like neural networks or gradient boosting
- Optimizing configuration parameters for data processing pipelines
- Running distributed hyperparameter sweeps across a cluster or cloud resources
Pros
- Supports distributed execution for scaling optimization across many workers
- Provides a simple, flexible API for defining search spaces and objectives
- Includes multiple search algorithms (TPE, random search) with proven effectiveness
Cons
- Limited to Python ecosystem and may require integration effort with non-Python tools
- Documentation and examples can be sparse or outdated for advanced use cases
- No built-in visualization or monitoring of optimization progress
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Supports distributed execution for scaling optimization across many workers
- Provides a simple, flexible API for defining search spaces and objectives
- Includes multiple search algorithms (TPE, random search) with proven effectiveness
Cons
- Limited to Python ecosystem and may require integration effort with non-Python tools
- Documentation and examples can be sparse or outdated for advanced use cases
- No built-in visualization or monitoring of optimization progress
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
scikit-learn
Community
scikit-learn: machine learning in Python
Keras
Community
Deep Learning for humans
XGBoost
Community
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and D