Skip to content

Remove warnings from Transformer methods added in #304 #323

@zzril

Description

@zzril

Is your feature request related to a problem?

We decided that the warnings in the Transformer methods added by #304 are unneccessary, so they should be removed.

We're talking about these warnings, e.g. here:

warnings.warn("OneHotEncoder only removes and adds, but does not change any columns.", stacklevel=1)

Desired solution

In all transformers, go through the methods get_names_of_added_columns, get_names_of_changed_columns and get_names_of_removed_columns and remove the warnings.
Update tests accordingly.

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