analyze-results

Parse JSON/CSV experiment results and compute mean and standard deviation statistics.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill analyze-results-hve4638
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-results
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/aris/skills/skills-codex/analyze-results
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill analyze-results-hve4638

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze ML experiment results, compute statistics, generate comparison tables and insights. This helps researchers quickly understand model performance and experiment outcomes.

Core Features & Use Cases

  • Locate and parse result files (JSON/CSV) from standard folders like figures/ and results/ or project-specific outputs.
  • Build comparison tables by varying models, hyperparameters, and data configurations to reveal trends.
  • Compute statistics (mean, std) when multiple seeds are used and flag anomalies or outliers.
  • Generate actionable insights and, when relevant, update project notes or reports.

Quick Start

Run analyze-results on your latest experiment outputs to generate a comparison table and insights.

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 multiple seeds?

To analyze ML experiment results across multiple seeds, this skill parses result files from your output directories, computes means and standard deviations for reproducibility, and flags potential outliers or anomalies in your data. It generates a structured comparison table and interpretive insights.

Can I generate a comparison table for different hyperparameters and models?

Yes, you can generate a comparison table for different hyperparameters and models. The skill applies analysis across varying models, hyperparameters, and data configurations to reveal performance trends and produce comparable statistics. It helps researchers quickly understand model performance and experiment outcomes.

Does it work with JSON and CSV files in standard output folders?

It works directly with JSON and CSV files located in standard output folders like figures/ and results/, as well as project-specific output directories. The skill automatically identifies and parses these relevant experiment result files to enable structured analysis. You do not need to manually specify file formats.

What is the best way to flag anomalies in machine learning experiment outputs?

The best way to flag anomalies in machine learning experiment outputs is to compute statistics across multiple seeds. This skill ensures reproducibility by calculating means and standard deviations, automatically identifying and flagging potential anomalies or outliers within your experiment results. It then generates actionable insights from this analysis.