Implementation of Gaussian Processes based Bayesian Optimization
During this weeks I have been working mainly on the implementation of the Gaussian Processes based Bayesian Optimization using the scikit-optimize package (also known as skopt).Regarding the hyperparameter space, this implementation only supports uniform, quniform, loguniform and choice options, whi ...READ MORE...