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

Use default scheduler sniffing logic from dask #260

Merged
merged 3 commits into from
Jul 3, 2018

Conversation

mrocklin
Copy link
Member

@mrocklin mrocklin commented Jul 2, 2018

This removes the _normalize_scheduler function from dask_searchcv and
some of the scheduling names (threaded, sequential) and replaces them
with the Dask logic.

This both unifies logic across projects and also lets the distributed
scheduler take over when it is set as default.

Fixes #249

This removes the _normalize_scheduler function from dask_searchcv and
some of the scheduling names (threaded, sequential) and replaces them
with the Dask logic.

This both unifies logic across projects and also lets the distributed
scheduler take over when it is set as default.

Fixes dask#249
@TomAugspurger
Copy link
Member

All green, thanks!

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

Successfully merging this pull request may close these issues.

2 participants