Need of feature scaling

 

  1. Scaling features helps optimization algorithms to reach the minima of cost function quickly.
  2. Scaling features restrict models from being biased towards features having higher/lower magnitude values.
  3. Normalization and Standardization are two scaling techniques.
  4. With gaussian( normal) distributed data samples, Standardization works perfectly.

Comments

Popular posts from this blog

Read and Navigate XML - Beautiful Soup

difference-between-stream-processing-and-message-processing

WordNet in Python