Data Science Interview Question 3
How to choose between Normalization or Standardization to scale the features of a dataset?
Normalization:
During normalization, the values are shifted and resized so that they end up being between 0 and 1.
Standardization:
The standard...
bhagirathkd.hashnode.dev1 min read