StamKavid/last-ds-mile

A guided data-science lifecycle for Claude Code: frame, explore, baseline, validate, model, evaluate, and report — with leakage and honesty checks built into every stage.

3Stars on the repository
56Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

data-profiler

01

StamKavid/last-ds-mile

Agent

Part of last-ds-mile

Fast structural profiling sweep for a dataset — shape, dtypes, missingness, cardinality, duplicate keys. Use during /ds-data or /ds-explore for a quick first-pass profile. Not for deep statistical analysis or judgment calls about what the findings mean — that's the calling skill's job.

not rated 3 26d ago A 64 tokens original MIT

ds-reviewer

02

StamKavid/last-ds-mile

Agent

Part of last-ds-mile

Runs the ds-method discipline checklist against a notebook or pipeline before /ds-report — baseline present, validation strategy sound, slice performance checked, metric matches the problem. Use before final reporting/handoff, or when asked to sanity-check a DS pipeline end to end. Not for hunting leakage specifically…

not rated 3 26d ago A 70 tokens original MIT

leakage-auditor

03

StamKavid/last-ds-mile

Agent

Part of last-ds-mile

Adversarially hunts for target leakage across a feature pipeline — features that encode the target directly, temporal leakage where future information reaches training data, and validation-split leakage. Use before /ds-model or /ds-report when a metric looks implausibly good, or as a final check before a pipeline…

not rated 3 26d ago A 83 tokens original MIT