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

cleaning_featurizer doesn't take into account the sent hyperparameters #18

Open
roquelopez opened this issue Apr 7, 2021 · 0 comments

Comments

@roquelopez
Copy link

I just want to use the "split_date_column" operation in a pipeline (I'm sending the hyperparameter features= "split_date_column"), but it is not being taken into account, it performs all the cleaning operations. It seems cleaning_featurizer only uses the initial values and not the hyperparameters:
https://github.com/usc-isi-i2/dsbox-primitives/blob/master/dsbox/datapreprocessing/cleaner/cleaning_featurizer.py#L25
https://github.com/usc-isi-i2/dsbox-primitives/blob/master/dsbox/datapreprocessing/cleaner/cleaning_featurizer.py#L184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant