Code
Notebook
Quick statistical audit for Sock Drawer Benchmark
Loads the mock CSV, checks row counts, describes numeric columns, and plots pair probability by split.
kaggle datasets download -d laundry-labs/sock-drawer-benchmark
python - <<'PY'
import pandas as pd
rows = pd.read_csv("data/train.csv")
print(rows.describe(include="all"))
PY
Script
Download and inspect files
Uses the Kaggle-style command line flow reviewers expect before a real dataset release.
kaggle datasets files laundry-labs/sock-drawer-benchmark
kaggle datasets download -d laundry-labs/sock-drawer-benchmark --unzip
ls -lh data/