PR #192 added dask-searchcv (which I understand will be dask-ml soon) base classes to Elm - the base classes used in elm.model_selection.EaSearchCV. PR #192 improved the evo algorithm as well as xarray (xarray_filters.MLDataset) support (See also #221 in progress for cross validation and MLDataset issues). It should be easy to just take GridSearchCV and RandomizedSearchCV from dask-ml / dask-searchcv and use the sklearn mixins for xarray support (use EaSearchCV for guidance).
PR #192 added dask-searchcv (which I understand will be dask-ml soon) base classes to Elm - the base classes used in
elm.model_selection.EaSearchCV. PR #192 improved the evo algorithm as well as xarray (xarray_filters.MLDataset) support (See also #221 in progress for cross validation andMLDatasetissues). It should be easy to just takeGridSearchCVandRandomizedSearchCVfrom dask-ml / dask-searchcv and use thesklearnmixins for xarray support (useEaSearchCVfor guidance).