hyperopt

Package — MLPython 3.7+Advanced

Distributed hyperparameter optimization using Bayesian methods

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, SciPy, networkx, future, tqdm
Install
pip install hyperopt

Learn by Difficulty

Quick Example

python
# Install: pip install hyperopt
import hyperopt

# Basic hyperopt usage
print(f"Using hyperopt")
# See documentation for detailed examples

hyperopt is a third-party package. Distributed hyperparameter optimization using Bayesian methods. Install with: pip install hyperopt

Try in Playground

Tags

packagemachine-learningaimodeling