Skip to content

Unused hyperparameters remain active when datasets are purely categorical or purely numerical #741

Closed
@gui-miotto

Description

@gui-miotto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions