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

preprocessing.preprocess: allow function to change shape of data #3

Open phausamann opened 6 years ago

phausamann commented 6 years ago

The callable function should be allowed to change the shape of the data.

For this to work, we need a reshapes syntax similar to the estimator wrappers.