Skip to content

Should we create a dask.ml namespace? #687

@mrocklin

Description

@mrocklin

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 module

Should 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions