Handling Outliers
How to find Outliers?
- Using standard deviation if the data is normally distributed
- Outside of (Mean
3 * Standard deviation) are the outliers
- Using Z-score
- Using Box Plot
- Using Interquartile Range (IQR)
- Using Quintile or Percentile
- Algorithms to detect outliers
Machine Learning algorithms Sensitive to outliers
Machine Learning algorithms NOT Sensitive to outliers
Todo:
- how the algorithms handle outliers