Outlier Detection

Identifies outliers in a dataset using IQR and z-score methods, interprets what each outlier represents, and produces a recommended action (remove, investigate, cap, or flag) for each outlier with rationale. Use when the user has data with suspected extreme values and needs a systematic approach to identify and handle them. Do NOT use for data cleaning beyond outlier handling (use data-cleaning-protocol), distribution analysis (use eda-framework), or hypothesis testing (use hypothesis-testing).

FerroxLabs 32aebab 2 files · 40.4 KB Updated 37 repo stars

File contents

ferroxlabs/murage/tree/main/skills-library/outlier-detection commit 32aebab2dd

Frequently asked questions

npx skillmds@latest add ferroxlabs/outlier-detection