I would like to see out of core nearest neighbor algorithms like those available in [`cuml`](https://docs.rapids.ai/api/cuml/stable/api/#id37) available in `dask-ml`. I would hope this could be a matter of wrapping an existing out-of-core approximate neighbors library and handling an input `dask.array`.
I would like to see out of core nearest neighbor algorithms like those available in
cumlavailable indask-ml.I would hope this could be a matter of wrapping an existing out-of-core approximate neighbors library and handling an input
dask.array.