py
py copied to clipboard
Outlier Detection
There are 3 main methods for outlier detection:
- Quantile method (using percentiles)
- z-score and standard deviation
- IQR method