Skip to content

column_names parameter in fit method of table transformers should be required #179

@alex-senger

Description

@alex-senger

Is your feature request related to a problem?

The One-Hot-Encoder can be fitted without naming the columns that need to be encoded. In that case it is applied to all columns of the table. Usually you only apply the One-Hot-Encoder to a few columns of a table, however. This applies to other table transformers, too.

Desired solution

Change the parameter column_names to be a required parameter.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions