Skip to content
Snippets Groups Projects
Commit 3d481bd8 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Added method .fit in the legacy preprocessor

parent 847a43bf
No related branches found
No related tags found
2 merge requests!190Implementation of S-norm,!180[dask] Preparing bob.bio.base for dask pipelines
Pipeline #40225 passed
...@@ -37,3 +37,6 @@ class PreprocessorTransformer(TransformerMixin, BaseEstimator): ...@@ -37,3 +37,6 @@ class PreprocessorTransformer(TransformerMixin, BaseEstimator):
def _more_tags(self): def _more_tags(self):
return {"stateless": True, "requires_fit": False} return {"stateless": True, "requires_fit": False}
def fit(self, X, y=None):
return self
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment