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