-
Hackaton idea
-
### Describe the feature
https://github.com/sunpy/sunpy/pull/7100 added some nice tests to work out which GenericMap methods work nicely with dask arrays. It would be good to add a bit of user facing…
-
User request:
Would it be possible to have: https://github.com/dask/dask-labextension, to enable easier working with Dask on the platform
cc @zoghbi-a
-
Hi all, scikit-optimize came up in a conversation between scikit-learn and dask devs last night. I thought I'd open an issue to start conversation directly with this group to see if there are ways in…
-
In the 2021-03-26 nightly (and perhaps earlier), `cuml.dask.neighbors.KNeighborsClassifier` fails during `fit` on dask array input if the arrays are backed by CuPy.
```python
from distributed im…
-
Currently data is brought into memory in the isotonic regression calculation. We should see if we can avoid this.
-
During debugging I ran into some surprising crashes. I was processing the same file multiple times in a setup that can be broken down to this:
```python
import awkward as ak
import uproot
prefix…
-
hi. I try to run through the pySCENIC protocol: PBMC10k on my windows 10 .
when i run the SCENIC steps 1, error happened.
this is my code.
!pyscenic grn E:/python/pbmc10k_filtered_scenic.loom D:/sc…
-
The `2024.2.0` release of Dask has deprecated the "legacy" `dask.dataframe` API. They are building a new API with "Query Planning" based on new high-level expressions (instead of the current HighLevel…
-
For a while I've been thinking that Cubed and `dask.array` are potentially on a path of convergent evolution to a very similar design. After talking to @phofl at length at the NumFOCUS summit, I feel …