Restructured code to use classes compatible with joblib and minimize hacks when saving
Compare changes
- Danilo Ferreira de Lima authored
+ 11
− 1
@@ -87,6 +87,16 @@ class HighResolutionSmoother(TransformerMixin, BaseEstimator):
@@ -87,6 +87,16 @@ class HighResolutionSmoother(TransformerMixin, BaseEstimator):
@@ -573,7 +583,7 @@ class Model(TransformerMixin, BaseEstimator):
@@ -573,7 +583,7 @@ class Model(TransformerMixin, BaseEstimator):