Data Transformation
Data Transformation
What to expect
Scaling
Scaling rescales the features to a speci c range, such as
[0, 1] or [-1, 1]. Scaling ensures that all features contribute
equally to the analysis and prevents features with larger
magnitudes from dominating the model.
Standardization
Standardization transforms the features to have a mean of
0 and a standard deviation of 1. This makes the feature
distribution more Gaussian (normal) and allows algorithms
to converge faster and perform better.
Normalization
Normalization rescales the features to have a mean of 0
and a standard deviation of 1 but does not necessarily
constrain the feature values to a speci c range.
Normalization is particularly useful when the feature
distribution is not Gaussian and the data has varying
scales.
fi
fi
Transformation