phausamann / sklearn-xarray

Metadata-aware machine learning.
http://bit.do/sklearn-xarray
BSD 3-Clause "New" or "Revised" License
102 stars 12 forks source link

Implement cross_val_* methods from sklearn.model_selection #25

Open phausamann opened 6 years ago

phausamann commented 6 years ago

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

kmsquire commented 5 years ago

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.

phausamann commented 5 years ago

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