Skip to main content
Generaldvcrn

ml-experiment-tracker

Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment definitions.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--ml-experiment-tracker
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/0x-professor--ml-experiment-tracker/skills/ml-experiment-tracker/SKILL.md -o .claude/skills/ml-experiment-tracker.md

Drops the SKILL.md into .claude/skills/ml-experiment-tracker.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

ML Experiment Tracker

Overview

Generate structured experiment plans that can be logged consistently in experiment tracking systems.

Workflow

  1. Define dataset, target task, model family, and parameter search space.
  2. Define metrics and acceptance thresholds before training.
  3. Produce run plan with version and artifact expectations.
  4. Export the run plan for execution in tracking tools.

Use Bundled Resources

  • Run scripts/build_experiment_plan.py to generate consistent run plans.
  • Read references/tracking-guide.md for reproducibility checklist.

Guardrails

  • Keep inputs explicit and machine-readable.
  • Always include metrics and baseline criteria.