This is a ShmuggingFace review mock. It is not Hugging Face, Kaggle, or a real dataset release.
😏

😏Maya Lintwell · UPDATED 2026-05-26 AGO

Sock Drawer Benchmark

A synthetic tabular benchmark for matching clean socks under implausibly careful laundry conditions.

⇩ Download
Sock Drawer Benchmark48,720 rows

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/