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

[DF] Replace `dask_ml.wrappers.Incremental` with custom `Incremental` class

Open sarahyurick opened this issue 3 years ago • 0 comments

As part of our initiative to move away from Dask-ML, we should replace the dask_ml.wrappers.Incremental class with our own custom class.

This implementation should be very similar to the ParallelPostFit implementation found in https://github.com/dask-contrib/dask-sql/pull/832. I plan to work on Incremental after we merge ParallelPostFit.

sarahyurick avatar Oct 05 '22 19:10 sarahyurick