evhub / bbopt

Black box hyperparameter optimization made easy.
Apache License 2.0
75 stars 8 forks source link

Support all scikit-optimize visualization methods #7

Closed evhub closed 5 years ago

evhub commented 5 years ago

See skopt.plots. Currently, BBopt only supports plot_convergence. The idea would be to use BBopt's internal machinery for converting to skopt objects in plotting.

evhub commented 5 years ago

All skopt.plots methods now supported as of v1.0.2.