Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make api.preprocess_pipeline work with custom functions in a data agnostic way #14

Open
LexABzH opened this issue Sep 26, 2022 · 0 comments
Labels
2 - Nice to have Nice to have, but not main prio enhancement New feature or request

Comments

@LexABzH
Copy link
Collaborator

LexABzH commented Sep 26, 2022

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.

@LexABzH LexABzH added enhancement New feature or request 2 - Nice to have Nice to have, but not main prio labels Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - Nice to have Nice to have, but not main prio enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant