I'm using the current version in Python 3.7 and I'm trying to experiment with Bayesian Optimization (packaged GPyOpt). I keep getting ValueError: Buffer has wrong number of dimensions (expected 1, got ...
GPyOpt is a Python open-source library for Bayesian Optimization developed by the Machine Learning group of the University of Sheffield. It is based on GPy, a Python ...