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

[WIP] Speedup graph building #37

Closed jcrist closed 7 years ago

jcrist commented 7 years ago

This PR speeds up the graph building to better handle huge search spaces.

TODO:

Fixes #29.

mrocklin commented 7 years ago

Some thoughts on asynchronous action: https://github.com/jcrist/dask-learn/compare/redo-graph-building...mrocklin:async-fit?expand=1

It would be nice to have a fit method that didn't block. The branch above has a crude solution.

jcrist commented 7 years ago

Ok, I'm going to merge this now. I have some more work I want to do, but we're back to compatibility with before, and things are much faster.

mrocklin commented 7 years ago

Thank you for the effort on this @jcrist