sklearn-xarray icon indicating copy to clipboard operation
sklearn-xarray copied to clipboard

Implement cross_val_* methods from sklearn.model_selection

Open phausamann opened this issue 7 years ago • 2 comments

These methods do not work for pipelines/estimators that change the number of samples, because of the check_consistent_length check.

phausamann avatar Jan 12 '18 09:01 phausamann

I just ran into this when attempting to change the scoring function to GridSearchCV (or at least it looks like the same issue). I'll try to take a pass at implementing these.

kmsquire avatar Mar 22 '19 23:03 kmsquire

Thanks @kmsquire , a PR would be very much appreciated.

phausamann avatar Mar 25 '19 12:03 phausamann