Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1 KB

File metadata and controls

12 lines (7 loc) · 1 KB

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.