i have the below scenario:
preprocess = make_column_transformer( (SimpleImputer(strategy=\'constant\',fill_value = 0),numeric_cols), (ce.TargetEncoder