Description
Increasing accuracy in your models is often obtained through the first steps of data transformations. This guide explains the difference between the key feature scaling methods of standardization and ...
Summary
- Standardization vs Normalization Increasing accuracy in your models is often obtained through the first steps of data transformations.
- The difference in Age contributes less to the overall difference.
- Euclidean distance application.
- As a result, if you have outliers in your feature (column), normalizing your data will scale most of the data to a small interval, which means all features will have the same scale but does not handle outliers well.