Tabular Eda

Profile a new tabular dataset before modeling. Find target leakage, missing data patterns, high-cardinality categoricals, near-constant features, redundant pairs, and non-linear relationships that Pearson correlation misses. Use whenever the user hands you a CSV or parquet and asks "what should I do with this?" Always run this skill before training any model on data you haven't seen before.

brojonat Updated

File contents

brojonat/manager-packs/tree/main/bundles/tabular-eda commit afe7f51ebc

Frequently asked questions

npx skillmds@latest add brojonat/tabular-eda-2