Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dask backend for grid search #1

Open
ivirshup opened this issue Jun 6, 2020 · 0 comments
Open

dask backend for grid search #1

ivirshup opened this issue Jun 6, 2020 · 0 comments

Comments

@ivirshup
Copy link
Owner

ivirshup commented Jun 6, 2020

Using dask for grid search can lead to huge performance improvements over multiprocessing due to better use of data locality. However, this raises a question of interface. Dask is a much larger tool, with many more intricacies. For example, I've had dask hang when it's used with multithreaded numba code. I've had other problems monitoring output when dask was launched through a notebook. This was mostly a year ago, so I'm unsure if any of these problems have been resolved.

What is the simplest way to provide a fool-proof dask based clustering backend?

One solution is to just provide it as a script, but this isn't the nicest api. Ideally it could be run through a notebook, and I'd like users to be able to provide their own client. I need to investigate how plausible this is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant