Skip to content

Reorder parameters of RangeScaler #809

@lars-reimann

Description

@lars-reimann

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__:

  1. column_names
  2. min_
  3. max_

Make all parameters keyword-only.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions