What problem does it solve? Interpreting raw ML experiment outputs scattered across JSON and CSV files is tedious and error-prone, especially when comparing runs, computing deltas against baselines, and checking reproducibility across seeds. ## Core Features & Use Cases - Result Discovery and Parsing: Locates JSON/CSV result files in figures/, results/, or project output directories and parses them into structured data. - Comparison Tables: Organizes results by independent variables (model type, hyperparameters, data config) and dependent metrics, always computing delta versus baseline. - Statistical Analysis: Reports mean and standard deviation across seeds, identifies parameter sweep trends, and flags outliers or suspicious results. - Use Case: After running a learning-rate sweep with three seeds each, ask the Skill to compare the runs; it produces a raw data table, key findings with interpretation and implications, and suggested follow-up experiments. ## Quick Start Analyze the experiment results in the results/ directory and compare them against the baseline run.