-
Hi Dask Community!
You may or may not be aware that Dask maintainers meet every Tuesday to discuss the maintenance of the various Dask projects.
We want to experiment with opening this call up …
-
A simple example:
```python
from dask import dataframe as dd
from dask_glm.datasets import make_classification
from dask_ml.linear_model import LogisticRegression
X, y = make_classification(n…
-
-
The hiccups that prompted #377 have also made it apparent that we don't have a _good_ way of communicating organizational/scheduling issues. To change this, I'd like to introduce a Google group (https…
-
## Proposal
I propose that we add a single `compute_dask_object` (or `compute_with_dask`) utility to `merlin.core.utils`, and use that utility for **all** Dask computation within Merlin. The purp…
-
Perhaps a known issue, but googling "dask ml train test split", I get a faulty link to the dask-ml docs as the first hit. Would be great if this links to the correct dask-ml docs page: https://ml.dask…
-
Occurs [here](https://github.com/iiasa/message_data/actions/runs/8247073169/job/22554473807#step:14:68) when importing pyam, via ([among others](https://github.com/iiasa/message_data/actions/runs/8247…
-
It'd be nice if the pangeo notebook dask-labextension knew to use the `/proxy/localhost:8787` option by default, since as @scottyhq mentioned in Gitter it's probably more common to be running a LocalC…
-
## 🚀 Feature
Please feel free to close if this is done already, I haven't followed the recent, erm, progress on progress bars.
I read [this blog post](https://coiled.io/blog/how-to-check-the-pro…
-
The task graph for the SAXS compute step can be seen here:
![](https://i.imgur.com/lmRuLkD.png)
Near the end a substantial amount of connections are being made between workers and it looks like …