-
-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
dask/dask
#6384Description
For dask.distributed we created a namespace in the dask so that people stopped calling import distributed. This was also nice because it makes things feel a bit more integrated
from dask.distributed import Client # <--- actually imports from a separate distributed moduleShould we do the same for other libraries? Dask_ml seems like a good candidate to test this.
This is the relevant file in the dask library: https://github.com/dask/dask/blob/master/dask/distributed.py
Metadata
Metadata
Assignees
Labels
No labels