Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Artificial Intelligence › Machine Learning & Data › Data preprocessing › Data cleaning
remove_outliers
feature · part of Data cleaning
A function that removes outliers using Z-score, now restricted to numeric columns via df.select_dtypes(include=[np.number]).
Connections
- Used for Z-score
- Uses df.select_dtypes
- Uses df.describe()
- Related to Z-score
- Related to df.select_dtypes
- Related to df.describe()
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.