-
There are a couple of things that I wanted to bring up and possibly offer solutions. @hakonanes maybe you can tell me if these are reasonable or not.
##Overlap causing RAM Spikes
---------------…
-
I notice that when I run in a Coiled notebooks environment that the CLI path isn't set up correctly when using package sync.
I need to invoke it directly at `/opt/coiled/env/bin/dask`.
Could…
-
Hi,
I came across the error below when trying to create a "datarmor" cluster on datarmor.
I'm running the 2023.3.2.dev20+g9a8772f version under python 3.10.14
```python
cluster = dask_hpcconfi…
gmaze updated
1 month ago
-
The scheduler currently relies on a crude heuristic to infer topologies that may suggest that certain tasks are "root-ish". If the tasks are detected as such, they are "queued" to avoid memory pressur…
-
Was hoping someone could quickly chime in with any thoughts on where to look.
very simple code, basically load a WSI with the OpenSlideStore and pull one of the pyramids out
```python
import za…
-
I think we should add doc sections on how and when the Hub is using dask under the hood and either write or (more likely) link to/ reference ways to optimize dask xarray.
- How to open up dask sch…
-
**Feature request**
Related to #367. We should add documentation directly to LSDB to help users understand the new nested API. @hombit recommended we take the Nested-Dask tutorial and refine it (remo…
-
**Describe the issue**:
`dask_ml.model_selection` imports the private function `_safe_tags` from the private module `sklearn.utils._tags`.
That no longer works in scikit-learn 1.6.0rc1
**Mi…
-
### What is your issue?
Given the following situation:
- a small Dataset with a few variables and a single dimension `dim1` , backed by Dask
- a large Dataset with a single variable and a singl…
-
I recently came across this library in a technical talk. I frequently use the Dask parallel processing engine to scale my work across multiple machines. Is there any plans to expand the multiprocessin…