-
It seems that stackstac will occasionally hang indefinitely while doing a dataset read:
![image](https://user-images.githubusercontent.com/22163508/123011187-efaeec80-d38d-11eb-9c35-f5f4a2866f23.png)…
-
I am trying to create dask cluster using this code:
https://github.com/frenchlam/dask_CDSW/blob/master/03_Dask_ML-LargeDS.ipynb
But it gives me the error when starting up the cluster:
Timed out t…
-
In dask-cuda we [benchmark how Dask+RAPIDS (cuDF)](https://medium.com/rapids-ai/high-performance-python-communication-with-ucx-py-221ac9623a6a) performs merges with a combination of accelerated comput…
-
The locate_unlinked() function is a bottleneck for various analyses. It should be possible to write a multi-threaded implementation using dask.
-
`max_nbytes` sets the threshold that triggers memmapping of numpy arrays in `joblib` for process-based backends.
The `dask` backend also has a data transfer optimization feature (auto scattering), th…
-
My scheduler is not reachable by the public web, I actually use a SOCKS5 proxy to reach it. The reason is, i'm limited by the number of public IPs I can have at one time. To perform my task, I'm using…
-
In https://github.com/rapidsai/dask-cuda/pull/226#pullrequestreview-348129792 an interesting conversation is happening between folks which I'd like to bubble up as an issue unto itself -- that is, why…
-
Investigate a dask-based implementation of pairwise distance computations.
May also be worth revisiting the existing chunked implementation to offer the alternative of sum or mean for chunk reductio…
-
Weird multiprocessing bug might be causing freezes:
http://scikit-learn.org/stable/faq.html#why-do-i-sometime-get-a-crash-freeze-with-n-jobs-1-under-osx-or-linux
I don't actually understand the reas…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
Linux
### Reproduction
```
ERROR: pip's dependency resolver does not currently take into ac…