StamKavid

56 mods across 1 repository, 3 stars between them.

last-ds-mile

01

StamKavid/last-ds-mile

Plugin Claude Code

A guided data-science lifecycle for Claude Code, with leakage and honesty checks built into every stage.

3 24d ago A tokens not measured original MIT

last-ds-mile

02

StamKavid/last-ds-mile

Plugin Claude Code

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.

3 24d ago A tokens not measured original MIT

StamKavid/last-ds-mile

Instructions file

Instructions for StamKavid/last-ds-mile, covering claude.md, what this repo is, hard rules, working in this repo and style.

3 24d ago A 798 tokens original MIT

data-profiler

04

StamKavid/last-ds-mile

Agent

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.

3 24d ago A 64 tokens original MIT

ds-reviewer

05

StamKavid/last-ds-mile

Agent

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…

3 24d ago A 70 tokens original MIT

leakage-auditor

06

StamKavid/last-ds-mile

Agent

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…

3 24d ago A 83 tokens original MIT

ds-data

09

StamKavid/last-ds-mile

Command

Profile a dataset — columns, rows, dtypes, missingness, provenance.

3 24d ago A 15 tokens original MIT

ds-deploy

10

StamKavid/last-ds-mile

Command

Serve a packaged model with monitoring, drift detection, and rollback.

3 24d ago A 12 tokens original MIT

ds-evaluate

11

StamKavid/last-ds-mile

Command

Evaluate a model at an operating point, by slice, not one aggregate score.

3 24d ago A 15 tokens original MIT

ds-explain

12

StamKavid/last-ds-mile

Command

Interpret a model — permutation importance and SHAP — to check it learned sense.

3 24d ago A 15 tokens original MIT

ds-explore

13

StamKavid/last-ds-mile

Command

Explore a dataset — distributions, feature-target relationships, hypotheses.

3 24d ago A 11 tokens original MIT

ds-frame

14

StamKavid/last-ds-mile

Command

Frame a vague data request into a target, a decision, and a success metric.

3 24d ago A 16 tokens original MIT

ds-handoff

15

StamKavid/last-ds-mile

Command

Make the project reproducible — pinned environment, model card, rerunnable.

3 24d ago A 14 tokens original MIT

ds-iterate

16

StamKavid/last-ds-mile

Command

Diagnose what the evaluation found and route back to the stage that fixes it.

3 24d ago A 15 tokens original MIT

ds-model

18

StamKavid/last-ds-mile

Command

Train, tune, and compare candidate models against baseline and validation.

3 24d ago A 12 tokens original MIT

ds-prep

20

StamKavid/last-ds-mile

Command

Clean data and engineer features without leaking the target.

3 24d ago A 9 tokens original MIT

ds-report

21

StamKavid/last-ds-mile

Command

Write results up for stakeholders with assumptions and limitations.

3 24d ago A 9 tokens original MIT

ds

23

StamKavid/last-ds-mile

Command

Show the Last DS Mile pipeline map and which stage comes next.

3 24d ago A 12 tokens original MIT

SessionStart

24

StamKavid/last-ds-mile

Hook

Runs when a session starts on startup, resume and clear, executing ds-python.sh via bash. From StamKavid/last-ds-mile.

3 24d ago A tokens not measured original MIT