Use DaskMLBaseMixin in more estimators
Open
- Dominant language
- Python
- Stars
- 951
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
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`
Contributor guide
Assessment
This issue has not been assessed yet.