Phase 5 · Exploratory Data Analysis & Feature Engineering

Topics

Outlier 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.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge