Closed
Description
PR #735 implements data preprocessing of categorical and numerical features as two parallel pipelines, each with its own independent hyperparameters.
Ideally, if the dataset is made just of features of the same kind, then just the hyperparameters of the corresponding pipeline should be considered for optimization.
Nevertheless, this is not the current behavior. At the moment, the hyperparameters of both pipelines remain active regardless of the dataset.