analyze-results

Compute statistics and generate comparison tables from JSON/CSV ML experiment results.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/jkfee/Auto-Research --skill analyze-results-jkfee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-results
Source: https://github.com/jkfee/Auto-Research/tree/main/skills/analyze-results
Command: npx skills add https://github.com/jkfee/Auto-Research --skill analyze-results-jkfee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzing ML experiments and comparing results across models and hyperparameters is time-consuming and error-prone. This skill automates data gathering, computes statistics, builds comparison tables, and surfaces actionable insights.

Core Features & Use Cases

  • Automated result discovery: Locates JSON/CSV outputs in common directories (figures/, results/, etc.) and parses structured data.
  • Comparison table generation: Organizes results by independent variables and dependent metrics, with delta vs baseline.
  • Insights & reporting: Produces observations, interpretations, implications, and suggested next steps for research papers or dashboards.
  • Use Case: A data scientist needs to compare several model variants across seeds to identify robust improvements.

Quick Start

Run the analyze-results workflow on your project’s results directory to generate a structured report.

Frequently Asked Questions about analyze-results

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

FAQPage Schema
How do I compare ML experiment results across different models and hyperparameters?

Comparing ML experiment results across models and hyperparameters involves computing statistics and generating a comparison table with delta versus baseline. The skill automates this by discovering structured result files and organizing them by independent variables and dependent metrics.

What is the best way to analyze ML experiment robustness across different seeds?

Analyzing ML experiment robustness across seeds requires computing statistics across varying models, hyperparameters, and seeds to reveal performance trends. The skill automates this by parsing structured result files to surface robust improvements.

How do I generate a comparison table from JSON and CSV experiment output files?

Generating a comparison table from JSON and CSV files requires parsing standardized result outputs in directories like figures/ or results/. The skill automates discovery, applies basic validation, and formats structured data into an organized comparison table.

Can I automatically generate research insights from my experiment statistics?

Generating research insights from experiment statistics involves producing observations, interpretations, and implications from analyzed metrics. The skill automates reporting by suggesting actionable next steps for research papers or dashboards.

What file formats do I need to analyze results from machine learning experiments?

Analyzing machine learning experiments requires standardized result files in JSON or CSV format placed in common directories. The skill locates these structured data outputs, implements basic validation, and handles formatting and parsing errors.