dask-ml icon indicating copy to clipboard operation
dask-ml copied to clipboard

Update docstrings to import dask.ml

Open jacobtomlinson opened this issue 4 years ago • 2 comments

Now that dask/dask#6384 is in updated user examples to import from dask.ml instead of dask_ml.

xref #687

jacobtomlinson avatar Oct 27 '21 10:10 jacobtomlinson

@jacobtomlinson @jrbourbeau Are we to a point where this can be merged?

mmccarty avatar Feb 23 '22 14:02 mmccarty

Yes, since https://github.com/dask/dask/pull/6384 was included in the dask=2021.11.0 release we should be good to go. However we'll need to update our minimum support dask version to 2021.11.0 here:

https://github.com/dask/dask-ml/blob/1e811ce48951a45a54859aca387510abdc085722/setup.py#L14

jrbourbeau avatar Feb 23 '22 21:02 jrbourbeau