Outliers and Their Impact
Outliers are data points that behave very differently from the rest. They may come from sensor noise, operator error, or real process anomalies.
Why outliers matter:
Why outliers matter:
- They pull the regression line in the wrong direction
- They reduce R²
- They distort variable importance (coefficient values)
- They create misleading predictions
- Automatically detects extreme Z-score values
- Flags rows with warnings in the interface
- Shows anomaly count in the prediction tab
Try it in the app
Try: Enter a dataset and run regression → look for the ⚠️ outlier warning banner. In the Predict tab, anomaly count is shown per shift in the shift summary panel.