Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Artificial Intelligence › Machine Learning & Data › Data preprocessing
Outliers
concept · part of Data preprocessing
Data points that deviate significantly from other observations, identified via Z-score or IQR.
Inside Outliers (1)
- IQR — Interquartile range, used to identify outliers as points below Q1-1.5IQR or above Q3+1.5IQR.
Connections
- Uses Z-score
- Uses IQR
- Related to Z-score
- Related to Data preprocessing
- Related to IQR
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.