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