AnotherSamWilson / ParBayesianOptimization

Parallelizable Bayesian Optimization in R
107 stars 18 forks source link

Using ParBayesianOptimization for regression problem in R (minimizing rmse) #8

Closed grzechowiak closed 4 years ago

grzechowiak commented 4 years ago

Hello, thanks for the package! I went through your GitHub example and I have tried to implement it to the regression case. I created an issue on StackOverflow but I realized posting it here might have more sense. I paste the link to the issue below: https://stackoverflow.com/questions/61031444/using-parbayesianoptimization-for-regression-problem-in-r-minimizing-rmse

thanks!

AnotherSamWilson commented 4 years ago

ParBayesianOptimization will maximize the function you provide it, to change your problem to a maximization one, just multiply the RMSE (Score) being output by -1.