Open
Description
The Scikit-optimize BayesSearchCV
class likely has internal functions that help it determine new parameters given scores on a set of older parameters. It would be useful to either introduce Dask to scikit-optimize or else reuse this logic and implement our own BayesSearchCV
. This could be used with standard fit
style algorithms or with Incremental
if we have a nice early-stopping criterion.
This came out of conversation with @ogrisel