My understanding is that most of the functionality of dask-searchcv will be moved to dask-ml to unify our approach to dask + scikit-learn.
TODO:
[ ] Change import statements in elm that refer to dask_searchcv or dask_glmto dask-ml
[ ] See if this change also needs to be made in xarray_filters/* and search issues in xarray_filters for dask-glm (dask_glm) to see if further issues need to be created regarding datasets.py, e.g. this existing xarray_filters issue 17 .
My understanding is that most of the functionality of dask-searchcv will be moved to
dask-ml
to unify our approach to dask + scikit-learn.TODO:
elm
that refer todask_searchcv
ordask_glm
todask-ml
xarray_filters/*
and search issues in xarray_filters fordask-glm
(dask_glm
) to see if further issues need to be created regardingdatasets.py
, e.g. this existing xarray_filters issue 17 .