a distributed Hyperband implementation on Steroids
This python 3 package is a framework for distributed hyperparameter optimization. It started out as a simple implementation of Hyperband (Li et al. 2017), and contains an implementation of BOHB (Falkner et al. 2018)
We try to keep the package on PyPI up to date. So you should be able to install it via:
pip install hpbandster
If you want to develop on the code you could install it via:
python3 setup.py develop --user
The documentation is hosted on github pages: https://automl.github.io/HpBandSter/ It contains a quickstart guide with worked out examples to get you started in different circumstances. Check it out if you are interest in applying one of the implemented optimizers to your problem.
We have also written a blogpost showcasing the results from our ICML paper.