Do we want to overload the use of set_grid, or use set_rv? Perhaps we can draw parameters from distrib if available, and grid otherwise.
How do we deal with multiple grids when make_randomized_search is called? (raise error?)
Can we generalise this interface?
Much the same can be done for skopt.BayesSearchCV except there multiple grids are allowed, and may have a number of iterations attached to them. Not sure how to specify that with the current searchgrid api.
Do we want to overload the use of
set_grid, or useset_rv? Perhaps we can draw parameters from distrib if available, and grid otherwise.How do we deal with multiple grids when
make_randomized_searchis called? (raise error?)Can we generalise this interface?
Much the same can be done for
skopt.BayesSearchCVexcept there multiple grids are allowed, and may have a number of iterations attached to them. Not sure how to specify that with the current searchgrid api.