-
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?
Standardization means to give a variable a mean of 0 and a standard deviation of 1.
Desired solution
- Add a class
StandardScalerinsafeds.data.tabular.transformationthat wraps theStandardScalerofscikit-learn - Make it a subclass of
InvertibleTableTransformer
Considered alternatives
- Call the class
Standardizer. However, several strategies (e.g. NormalizeTable#141) for features scaling exist and the suffixScalermakes them more visible.
Reactions are currently unavailable
Metadata
Metadata
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done