question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should we create a `dask.ml` namespace?

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
mrocklincommented, Jun 28, 2020

Wow. Those are both slick implementations.

I think that we can safely progress beyond the question of “if we can do this” to “should we do this”

0reactions
mrocklincommented, Jul 4, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Dask-ML — dask-ml 2022.5.28 documentation
Dask -ML provides scalable machine learning in Python using Dask alongside popular machine learning libraries like Scikit-Learn, XGBoost, and others. You can ...
Read more >
Scaling behavior permission in namespace issues #55 - GitHub
The dask-kubernetes project requires that you have permissions to start, stop, and list pods in the specified namespace. My guess is that you ......
Read more >
Simplify Dask Deployments with Tanzu Kubernetes Grid and ...
If you have a K8s cluster available, here are the steps you'll need to deploy Dask on it: Create a K8s namespace to...
Read more >
A First Look at Dask on ARM on K8s | Scaling Python ML
The dask-docker project gives us a good starting point for building a container for Dask, but the project's containers are only built for...
Read more >
dask/dask - Gitter
Are dask -ml estimators supporting dask dataframes now? they only support dask ... Should I use Pandas or Dask instead of Spark to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found