Phase 5 · Exploratory Data Analysis & Feature Engineering
TopicsOutlier Detection & Treatment
Part of the Data Science Roadmap.
Summary
Identifying data points far from the rest — sometimes genuine signal, sometimes an error — and deciding whether to investigate, cap, remove, or leave them, since some models are far more outlier-sensitive than others.
How to Learn This
- 1Use a boxplot and the IQR method to flag outliers in a sample dataset.
- 2Learn which model types (linear regression) are outlier-sensitive versus robust (tree-based models).
- 3Practice capping (winsorizing) values as an alternative to deleting them.
More topics in Exploratory Data Analysis & Feature Engineering
Stuck on this topic? Ask an Insider
Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.