All skills
Skillintermediate
compare
Compare multiple ML experiment runs side-by-side to identify the best configuration.
Claude Code Knowledge Pack7/10/2026
Overview
Compare multiple ML experiment runs side-by-side to identify the best configuration.
Steps
- Load experiment records from the tracking store.
- Select experiments to compare:
- Build a comparison table:
- Analyze parameter sensitivity:
- Generate visualizations:
- Identify the winning configuration:
- Recommend next experiments to try.
Format
Comparison: experiments
Best Run: <experiment name>
Key Findings:
- <parameter X> has <impact> on <metric Y>
Rules
- Only compare experiments with the same dataset version.
- Use consistent metrics across all compared runs.
- Statistical significance matters; do not draw conclusions from single runs.