dask-ml
dask-ml copied to clipboard
Use DaskMLBaseMixin in more estimators
https://github.com/dask/dask-ml/pull/863 added dask_ml.base.DaskMLBaseMixin, which implements _validate_data. We should use that in more models for consistent data validation and feature name handling.
Currently, we just using it in preprocessing/data.py