This Component transforms values of the user selected columns to normalized values by standardizing them across their mean values. The Component uses the Python Extension to perform the normalization with the Python Class “Standard Scaler preprocessing” in the Scikit learn library (https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html). This Component outputs the normalized values along with the Python Pickled Object that contains the parameters used for normalisation.
DATA INPUT REQUIREMENTS
- The input data should have numerical columns which can be transformed.
- Type: TablePort 0Input Data.