Handling Outliers

How to find Outliers?

  1. Using standard deviation if the data is normally distributed
  1. Using Z-score
  2. Using Box Plot
  3. Using Interquartile Range (IQR)
  4. Using Quintile or Percentile
  5. Algorithms to detect outliers

Machine Learning algorithms Sensitive to outliers
Machine Learning algorithms NOT Sensitive to outliers

Todo:

  1. how the algorithms handle outliers

Related Notes