analyze-results

Analyze ML experiment result files to compute statistics and generate comparison tables.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Shallow-W/llm-wiki --skill analyze-results-shallow-w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-results
Source: https://github.com/Shallow-W/llm-wiki/tree/main/.claude/skills/analyze-results
Command: npx skills add https://github.com/Shallow-W/llm-wiki --skill analyze-results-shallow-w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you interpret machine learning experiment results by turning raw metrics and comparison data into clear, decision-ready findings.

Core Features & Use Cases

  • Comparison tables: Organizes results by independent variables and highlights deltas versus a baseline to reveal what actually changed.
  • Statistical analysis: Summarizes mean and variability across seeds and surfaces trends across sweeps while flagging suspicious outliers.
  • Actionable insights: Produces structured findings (observation, interpretation, implication, next step) and recommends documentation updates when results matter.

Quick Start

Ask the AI to analyze your experiment outputs by running analyze-results on the results folder described for your experiment.

Frequently Asked Questions about analyze-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze machine learning experiment results and compare hyperparameter sweeps?

To analyze machine learning experiment results, parse JSON and CSV output files from your hyperparameter sweeps to compute statistics, generate comparison tables, and extract actionable insights. The tool organizes results by independent variables and highlights deltas versus a baseline.

What is the best way to evaluate model performance across multiple seeds and flag outliers?

Evaluating model performance across multiple seeds requires summarizing mean and variability statistics to surface trends. The analysis process automatically flags suspicious outliers and computes variability across multi-seed evaluations to ensure reproducibility.

Does this approach work with JSON and CSV files for baseline-versus-delta reporting?

Yes, baseline-versus-delta reporting works directly with JSON and CSV files. The system locates results in common project directories, parses them into structured data, and computes deltas to reveal what actually changed between your baseline and new experiments.

How do I structure ML experiment findings into observation, interpretation, and next steps?

To structure ML experiment findings, the tool outputs numbered key findings containing observation, interpretation, implication, and next step. It also recommends documentation updates when results matter, turning raw metrics into decision-ready findings.

Do I need to manually format comparison tables for my machine learning statistics?

No, you do not need to manually format comparison tables for machine learning statistics. The tool automatically parses structured data from your results folder and generates organized tables highlighting independent variables and statistical deltas.