Skip to content

Standardize Table #142

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Standardization means to give a variable a mean of 0 and a standard deviation of 1.

Desired solution

  • Add a class StandardScaler in safeds.data.tabular.transformation that wraps the StandardScaler of scikit-learn
  • Make it a subclass of InvertibleTableTransformer

Considered alternatives

  • Call the class Standardizer. However, several strategies (e.g. Normalize Table #141) for features scaling exist and the suffix Scaler makes them more visible.

Metadata

Metadata

Assignees

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