[CheckpointWrapper] Allow custom save and load functions through estimator tags
Merged
[CheckpointWrapper] Allow custom save and load functions through estimator tags
estimator-tags
into
master
1 unresolved thread
1 unresolved thread
Compare changes
+ 34
− 12
@@ -138,7 +138,8 @@ class SampleWrapper(BaseWrapper, TransformerMixin):
@@ -248,8 +249,16 @@ class CheckpointWrapper(BaseWrapper, TransformerMixin):
@@ -305,16 +314,16 @@ class CheckpointWrapper(BaseWrapper, TransformerMixin):
@@ -407,7 +416,11 @@ class DaskWrapper(BaseWrapper, TransformerMixin):
@@ -458,13 +471,22 @@ class DaskWrapper(BaseWrapper, TransformerMixin):
@@ -567,7 +589,7 @@ def wrap(bases, estimator=None, **kwargs):
@@ -582,7 +604,7 @@ def wrap(bases, estimator=None, **kwargs):
We need to have the same
black
setup. How did you setup yours?Yes, this is something that I don't understand either. I am using pre-commit.