dask / dask-searchcv

dask-searchcv is now part of dask-ml: https://github.com/dask/dask-ml
BSD 3-Clause "New" or "Revised" License
240 stars 43 forks source link

Implement partial_fit support in DaskBaseSearchCV #75

Closed stsievert closed 6 years ago

stsievert commented 6 years ago

It looks like this will require passing a keyword argument to method.py#fit.

I think there also needs to be some specification of the random state to make sure the train/test split is preserved on repeated calls.

TomAugspurger commented 6 years ago

Migrate this to Dask-ML?

stsievert commented 6 years ago

Done