Closed jcrist closed 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.
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.
Thank you for the effort on this @jcrist
This PR speeds up the graph building to better handle huge search spaces.
TODO:
FeatureUnion(edit: will add later, still works with feature unions now, just doesn't break them apart).Fixes #29.