dask / dask-ml

Scalable Machine Learning with Dask
http://ml.dask.org
BSD 3-Clause "New" or "Revised" License
885 stars 254 forks source link

Integrate dask-expr and make CI happy #980

Closed milesgranger closed 3 months ago

milesgranger commented 4 months ago

First commit is only skipping tests that fail currently w/o dask-expr, can be moved to it's own PR if desired. It skips tests that fail from mostly deprecations/future warnings, and some other things due to outdated code from updated dependencies.

other commits are adding dask-expr logic and marking tests that currently fail using skipif dask-expr is enabled.

phofl commented 3 months ago

I can't merge, don't know who can

@fjetter probably?

TomAugspurger commented 3 months ago

I can as well :) Thanks for handling this!