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

Wrap partial_fit #28

Closed phausamann closed 6 years ago

phausamann commented 6 years ago

Implement an _ImplementsPartialFitMixin in common.base with methods partial_fit (implementing a similar behaviour as EstimatorWrapper.fit) and _partial_fit (implementing the call of the underlying estimator for DataArray inputs).