1

I want to try and compare different optimization methods in some datasets. I know that in scikit-learn there are some corresponding functions for the grid and random search optimizations. However, I also need a package (or multiple ones) for different recent Bayesian optimization methods.

Are there any good and stable ones to use? Which packages do you recommend? (If any recent for grid/random search, it is also okay.)

nbro
  • 39,006
  • 12
  • 98
  • 176
Enes Altuncu
  • 153
  • 2

1 Answers1

1

Apart from the Scikit-Optimize package related to Scikit-Learn, following are some of the packages related to Bayesian optimization:

  1. GPyOpt
  2. pyGPGO
  3. Hyperopt
  4. bayesian-optimization
  5. safeopt
  6. RoBO
programmer
  • 136
  • 3