Is there an existing issue for this?
Problem statement
Outliers can skew analytics and affect ML model performance. Detecting and addressing them early is critical during preprocessing.
The solution could identify extreme values in numerical data using standard statistical methods, e.g.:
-
- IQR (Interquartile Range)
-
-
- MAD (Median Absolute Deviation)
Proposed Solution
Outlier detection for numerical value.
Additional Context
No response