MAINT: use async/await in model selection#675
Conversation
(and make sure loggers only log to unique streams)
|
Regardless of if this fixes the underlying issue, hooray for modern python! |
|
I think this PR is ready for merge or review. The CI has been green for a while, and I think it's stable; I've made some small tweaks to increase stability to Details
When I time this test locally, 83% ran in less than 1 second and 89% ran in less than 3 seconds during 101 tests. 11 of these tests that took longer took between 12 and 17 seconds.
Now, Dask-ML doesn't import Tornado! $ grep -r "tornado" dask_ml tests
$ |
TomAugspurger
left a comment
There was a problem hiding this comment.
Thanks.
Seems like there was still a failure on windows unfortunately. Still progress though, just a few small changes.
|
Thanks! |
What does this PR implement?
It uses async/await syntax instead of Tornado.
Reference issues/PRs
Hopefully this resolves #673.