report

Compile ML experiment results into a markdown report with comparison tables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, matplotlib, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive reports summarizing machine learning model optimization efforts, consolidating results, and highlighting key findings.

Core Features & Use Cases

  • Consolidate Experiment Results: Gathers data from all optimization runs into a single, structured report.
  • Visualize Performance: Generates charts and tables to compare experiment outcomes and hyperparameter sensitivity.
  • Summarize Optimization Journey: Narrates the process, decisions, and outcomes of the optimization effort.
  • Use Case: After an extensive hyperparameter tuning process for a deep learning model, use this Skill to generate a final report detailing the best configuration, performance gains over the baseline, and insights into which hyperparameters were most influential.

Quick Start

Generate the final optimization report for the current project.

Frequently Asked Questions about report

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

FAQPage Schema
How do I generate an ML optimization report from experiment tracking results?

To generate an ML optimization report, this Skill compiles experiment results, batch analyses, and profiling data into a structured markdown file. It processes your optimization journey data to create comparison tables and highlight the best configuration found.

What is the best way to summarize hyperparameter tuning results for a deep learning model?

The best way to summarize hyperparameter tuning results is to consolidate experiment outcomes and profiling data into a comprehensive markdown report. This process highlights the best configuration, performance gains, and hyperparameter sensitivity using charts and tables.

Do I need pandas and matplotlib to compile machine learning experiment results?

Yes, you need pandas and matplotlib to compile machine learning experiment results. Pandas structures the experiment data for comparison tables, while matplotlib generates the charts needed to visualize performance and hyperparameter sensitivity in the final report.

Can I visualize hyperparameter sensitivity and performance gains using this reporting process?

Yes, you can visualize hyperparameter sensitivity and performance gains during the reporting process. It uses matplotlib to generate charts and pandas to create comparison tables that compare experiment outcomes and highlight the best model configuration.

What data formats are supported when compiling an ML optimization journey summary?

The ML optimization journey summary supports data from experiment results, batch analyses, dev notes, research findings, and profiling data. It processes these inputs using pandas and pyyaml to produce a detailed markdown report.