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

TransformerWrapper missing inverse_transform #8

Closed phausamann closed 6 years ago

phausamann commented 6 years ago

The TransformerWrapper classes in the dataset and dataarray modules should implement the inverse_transform method or at the very least raise a NotImplementedError.

phausamann commented 6 years ago

Fixed in commit 192585f