Feature Scaling: Normalization vs Standardization in Data Scientist
Feature Scaling
Different features may have different ranges.
- Normalization → values between 0 and 1
- Standardization → mean 0 and std 1
Scaling helps algorithms converge faster.
Related: Categorical Encoding

