What is Feature Standardization (or Z-Score Normalization), and why is it needed?
Feature Standardization is a technique for pre-processing numerical raw data during the creation of your training data.
Feature Standardization is a technique for pre-processing numerical raw data during the creation of your training data.
Two basic pre-processing techniques, applicable to Numerical Features, are ‘Centering’ and ‘Scaling’.
Normalization, also known as ‘Unit-Length Scaler’, is a ‘Feature Scaler’ that can be used when preprocessing numerical data.
Another technique that we may wish to use, when preparing our ‘Training Data’, is ‘MinMax Normalization’.
‘Max Absolute Scaler’ is another option for preprocessing Training Data.
If outliers are detected and it is deemed appropriate to exclude them, they can be removed from the data before performing standardization.
Partner Ad
Find out all the ways
that you can