Normalizer

This node normalizes the values of all selected (numeric) columns. In the dialog, you can choose the columns you want to work on.

Options

Number columns
Select the numerical columns to normalize.
Normalization method
The normalization method to use.
  • Min-max: Linear transformation of all values such that the minimum and maximum in each column correspond to the values set below.
  • Z-score: Linear transformation such that the values in each column are Gaussian-(0,1)-distributed, i.e. mean is 0.0 and standard deviation is 1.0.
  • Decimal scaling: The maximum value in a column (both positive and negative) is divided j-times by 10 until its absolute value is smaller or equal to 1. All values in the column are then divided by 10 to the power of j.
Minimum
Specifies the new minimum for the normalized columns. Only active for min-max normalization.
Maximum
Specifies the new maximum for the normalized columns. Only active for min-max normalization.

Input Ports

Icon
Table requiring normalization of some or all columns.

Output Ports

Icon
Table with normalized columns.
Icon
Model containing normalization parameters, which can be used in a "Normalizer (Apply)" node to normalize test data the same way as the training data has been normalized.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.