bayesian-optimisation
bayesian-optimisation copied to clipboard
Finding the best parameters for any algorithm
Bayesian optimisation
How to find the best parameters of any algorithm.
Notebooks
Follow along with these notebooks:
scipy.optimizefor the win- Bayesian optimisation
- Acquisition functions
- Regression with errorbars
- Bayesian beer
Setup
You will need the following python libraries: scikit-learn, jupyter,
matplotlib, scikit-optimize* and their dependencies.
To install scikit-optimize use:
$ pip install https://github.com/scikit-optimize/scikit-optimize/archive/1677188ee6de3365f7925de780dd2f31e5e34ee4.zip
This will install a particular snapshot of the library that is known to work. You can
probably use pip install scikit-learn as well.