Skip to content

tawfikhammad/data-rescaling-and-normalization

Repository files navigation

data-rescaling-and-normalization

It's easy to get confused between scaling and normalization is because the terms are sometimes used interchangeably and they are very similar! In both cases, you're transforming the values of numeric variables so that the transformed data points have specific helpful properties. The difference is that:

  • scaling : you're changing the range of your data.
  • normalization : you're changing the shape of the distribution to normal distributed.
  • standardization(Z-score) : changing the shape of the distribution to standard normal distributed.

License

The code and models in this repository are available under the MIT License. Feel free to use them for academic, research, or commercial purposes.

Releases

No releases published

Packages

No packages published