-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
The first optional parameter of the constructor of a table transformer should always be column_names. The parameters of RangeScaler don't follow this rule.
Desired solution
Reorder the parameters of RangeScaler.__init__:
column_namesmin_max_
Make all parameters keyword-only.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done