Make api.preprocess_pipeline
work with custom functions in a data agnostic way
#14
Labels
api.preprocess_pipeline
work with custom functions in a data agnostic way
#14
Problem
If a user set a custom function in a pipeline that only works with pd.Series (for example),
api.preprocess_pipeline
won't be usable for other types (e.g. strings).Solution
TO BE DEFINED.
We probably can automatically add
utils.data_agnostic
to these functions.The text was updated successfully, but these errors were encountered: