You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.