analyze-results

Analyze ML experiment results to compute statistics and generate comparison tables.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/chenghaoYang/auto-coder-trainer --skill analyze-results-chenghaoyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-results
Source: https://github.com/chenghaoYang/auto-coder-trainer/tree/main/aris/skills/analyze-results
Command: npx skills add https://github.com/chenghaoYang/auto-coder-trainer --skill analyze-results-chenghaoyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze ML experiment results, compute statistics, generate comparison tables, and synthesize actionable insights.

Core Features & Use Cases

  • Step 1: Locate and parse results from common output directories (figures/, results/, or project-specific folders).
  • Step 2: Build a structured comparison table by varying independent variables (model type, hyperparameters, data config) and recording dependent metrics.
  • Step 3: Perform statistical analysis (mean, std; assess reproducibility; identify trends and outliers).
  • Step 4: Generate insights and recommended next steps, then update project notes or reports.

Quick Start

Run analyze-results on your experiment outputs to generate a summarized results report.

Frequently Asked Questions about analyze-results

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

FAQPage Schema
How do I analyze ML experiment results and compare model variants?

To analyze ML experiment results, this skill parses output directories like figures/ or results/, builds a comparison table by varying hyperparameters or data configurations, and computes statistics to compare model variants.

What is the best way to compute statistics and assess reproducibility across multiple seeds?

The best way to compute statistics and assess reproducibility across multiple seeds is to calculate mean and standard deviation for dependent metrics, while automatically identifying trends and outliers in the experiment outputs.

How do I generate a comparison table from hyperparameter sweep outputs?

You can generate a comparison table from hyperparameter sweep outputs by locating and parsing your project-specific folders, then structuring the data by varying independent variables like model type and recording the dependent metrics.

Can I extract actionable insights and recommended next steps from my experiment data?

Yes, you can extract actionable insights and recommended next steps from experiment data by performing statistical analysis on the parsed results and synthesizing the findings into report-ready summaries for your project notes.

Does this tool work with standard project directory structures like figures/ and results/?

Yes, this tool works with standard project directory structures by automatically locating and parsing results from common output directories including figures/, results/, and other project-specific folders to extract structured data.