-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
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
Reactions are currently unavailable
Metadata
Metadata
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done