Normalization
Normalization is a data preprocessing technique used to rescale feature values to a specific range, typically [0, 1] or [-1, 1].
One of the most popular methods for preparing data is Normalization, which enables us to alter the values of numerical columns in the dataset to a standard scale.
Last updated