analyze-results

Analyze ML experiment results from JSON or CSV and generate statistics and comparison tables.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/jandan138/Auto-claude-code-research-in-sleep --skill analyze-results-jandan138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-results
Source: https://github.com/jandan138/Auto-claude-code-research-in-sleep/tree/main/skills/analyze-results
Command: npx skills add https://github.com/jandan138/Auto-claude-code-research-in-sleep --skill analyze-results-jandan138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Automated result parsing: reads JSON/CSV outputs from experiments and standardizes data.
  • Statistical summaries: computes mean, std, and distributions across seeds and runs.
  • Comparative analysis: builds delta versus baseline and cross-model comparisons.
  • Use Case: Evaluate hyperparameter sweeps to select the best configuration and identify reproducibility issues.

Quick Start

Run the analyze-results on your results directory to generate a summary report with tables.

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 from JSON and CSV files?

To analyze ML experiment results, you can parse JSON or CSV outputs to automatically standardize data, compute statistical summaries like mean and std across seeds, and generate actionable insights for documentation.

What is the best way to compare ML model results across different hyperparameter sweeps?

Comparing ML model results across hyperparameter sweeps involves building delta versus baseline metrics and cross-model comparison tables. This approach helps select the best configuration and highlights performance variations across different runs.

How do I check reproducibility issues in my machine learning experiments?

Checking reproducibility issues in machine learning experiments requires computing mean, standard deviation, and distributions across multiple seeds. This statistical analysis identifies inconsistencies and verifies if your model results are stable.

Can I generate statistics and comparison tables for dataset ablation studies?

Yes, you can generate statistics and comparison tables for dataset ablation studies. By parsing your experiment outputs, the analysis computes statistical summaries and builds cross-model comparisons to evaluate the impact of different dataset configurations.

What is the process for generating structured findings from model evaluation tasks?

Generating structured findings from model evaluation tasks involves parsing common result formats, computing statistical distributions across runs, and outputting comparison tables. These structured findings are then ready for integration into your documentation.