hyperunity
by Community
A toolset for black-box hyperparameter optimisation.
OSS
hyperunity
Added 1 June 2026
Overview
Hypertunity is a Python toolset for black-box hyperparameter optimisation. It provides a framework to automatically tune machine learning model hyperparameters without requiring knowledge of the inner workings of the optimisation algorithm.
Best for
Best for
Developers seeking a lightweight, extensible hyperparameter optimisation library for Python experiments.
Use cases
- Automating hyperparameter search for ML models
- Integrating custom optimisation algorithms via a plugin architecture
- Running distributed hyperparameter tuning experiments
Notes
Hypertunity is a Python toolset for black-box hyperparameter optimisation. It provides a framework to automatically tune machine learning model hyperparameters without requiring knowledge of the inner workings of the optimisation algorithm.
136 stars on GitHub. Last updated 2020-01-26. Licensed Apache-2.0.
Use cases
- Automating hyperparameter search for ML models
- Integrating custom optimisation algorithms via a plugin architecture
- Running distributed hyperparameter tuning experiments
Pros
- Supports black-box optimisation without model internals
- Plugin system allows custom optimisation strategies
- Simple Python API for integration into existing workflows
Cons
- Limited community adoption with only 136 GitHub stars
- No documentation on advanced features or real-world benchmarks
- May lack built-in visualisation or monitoring tools for results
Indexed from awesome-llmops and enriched against its public facts.
Pros
- Supports black-box optimisation without model internals
- Plugin system allows custom optimisation strategies
- Simple Python API for integration into existing workflows
Cons
- Limited community adoption with only 136 GitHub stars
- No documentation on advanced features or real-world benchmarks
- May lack built-in visualisation or monitoring tools for results
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
PyTorch
Community
Tensors and Dynamic neural networks in Python with strong GPU acceleration
TensorFlow
Community
An Open Source Machine Learning Framework for Everyone
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
LightGBM
Community
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other