analyze

Rank machine learning experiment results and recommend next optimization actions.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ChuaHanChong/ml-optimizer --skill analyze-chuahanchong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/ChuaHanChong/ml-optimizer/tree/main/skills/analyze
Command: npx skills add https://github.com/ChuaHanChong/ml-optimizer --skill analyze-chuahanchong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, scikit-learn, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the analysis of machine learning experiment results, providing insights into performance trends, hyperparameter impacts, and failure modes to guide future optimization efforts.

Core Features & Use Cases

  • Result Ranking & Comparison: Ranks experiments and calculates improvements over a baseline.
  • Hyperparameter Impact Analysis: Identifies which hyperparameters have the most significant effect on performance.
  • Failure Analysis: Investigates why experiments diverged or failed to inform debugging and strategy adjustments.
  • Decision Making: Recommends whether to continue tuning, pivot to a new approach, or stop the optimization process.
  • Use Case: After running a batch of hyperparameter tuning experiments for a new model, use this Skill to understand which learning rates and batch sizes yielded the best results, identify any unexpected divergences, and decide on the next steps for further optimization.

Quick Start

Analyze the completed ML experiment results in the project directory.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I analyze machine learning experiment results to find the best hyperparameters?

The Skill analyzes machine learning experiment results to identify hyperparameter correlations and recommend the next optimization action, logging findings to error trackers and dead-end catalogs for branch-aware analysis.

What is the best way to rank machine learning experiments against a baseline?

The best way to rank machine learning experiments against a baseline is using this Skill, which processes specified primary metrics and optimization directions to calculate performance improvements and identify top-performing models.

How does hyperparameter impact analysis work for ML tuning experiments?

Hyperparameter impact analysis works by processing completed experiment results to identify correlations between specific parameters, such as learning rates or batch sizes, and the primary performance metrics to guide future optimization efforts.

Can I use pandas and scikit-learn to investigate why my ML experiments diverged?

Yes, you can use this Skill with its pandas, scikit-learn, and numpy dependencies to perform failure analysis, investigating why experiments diverged or failed to inform debugging and strategy adjustments.

How do I decide whether to continue tuning, pivot, or stop ML optimization?

To decide whether to continue tuning, pivot, or stop optimization, this Skill evaluates your experiment results and recommends the next optimization action based on identified performance trends and failure modes.

Does branch-aware experiment analysis support logging failures to dead-end catalogs?

Yes, branch-aware experiment analysis supports logging failure findings to error trackers and dead-end catalogs, helping you document why specific branches diverged or failed during hyperparameter tuning.