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

Wrappers should present the attributes of the fitted estimator #11

Closed phausamann closed 5 years ago

phausamann commented 6 years ago

For example, a fitted dataarray.ClassifierWrapper should have a classes_ attribute.

For Dataset wrappers, it might be a good idea to have each attribute return a dict with the corresponding attribute for each of the fitted estimators.

phausamann commented 6 years ago

Partially fixed in #14 (for passthrough wrappers that work on standard arrays)