GPopt | Star
Welcome to GPopt's website.
GPopt does Bayesian optimization using Gaussian Process regression
Installing
- 1st method: by using
pip
at the command line for the stable version
pip install mlsauce
Quickstart
- Bayesian Optimization with GPopt
- Bayesian Optimization with GPopt Part 2 (save and resume)
- Hyperparameters tuning with GPopt
Documentation
The documentation can be found (work in progress) here.
Contributing
Want to contribute to mlsauce's development on Github, read this!