dask-sql
dask-sql copied to clipboard
[BLOCKED] Replace `dask_ml.wrappers.Incremental` with custom `Incremental` class
Closes #839.
In addition to #832, we want to create a custom implementation for Dask-ML's Incremental class as well.
So as not to create any merge conflicts, I've only added a single file relating to the scorers used in Dask-ML's implementation. After #832 I will add the remaining functionality and changes needed in dask_sql/physical/rel/custom/create_model.py, dask_sql/physical/rel/custom/wrappers.py (created in #832), and docs/source/sql/ml.rst.
@VibhuJawa