ml-autoresearch

Iteratively optimize machine learning models by analyzing behavior and integrating literature.

150|19|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/gaasher/Agent-Loop-Skills --skill ml-autoresearch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-autoresearch
Source: https://github.com/gaasher/Agent-Loop-Skills/tree/main/loops/ml-autoresearch
Command: npx skills add https://github.com/gaasher/Agent-Loop-Skills --skill ml-autoresearch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the iterative research process for machine learning models, enabling users to optimize their models through continuous analysis and adjustment.

Core Features & Use Cases

  • Autonomous ML Research Loop: Continuously iterates on model changes, guided by analysis and evidence.
  • Analysis-First Approach: Focuses on analyzing model behavior to inform the next change.
  • Literature Integration: Optionally integrates scientific literature to inform model changes.
  • Use Case: Ideal for autonomous machine learning research campaigns, where each model change is based on analysis of the model's actual behavior and optionally grounded in scientific literature.

Quick Start

Use the ml-autoresearch skill to optimize a CIFAR-10 model by specifying the metric and setting the 'literature' to 'on'.

Frequently Asked Questions about ml-autoresearch

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

FAQPage Schema
How do I automate machine learning model optimization through iterative research?

Automate machine learning model optimization by running an autonomous research loop that continuously iterates on model changes. The Skill analyzes model behavior to inform and apply the next adjustment, creating an evidence-based optimization cycle.

Can I incorporate scientific literature into my ML model adjustment process?

Yes, you can incorporate scientific literature into your ML model adjustment process by setting the literature parameter to 'on'. This optionally grounds model changes in relevant research, requiring the 'literature-search' skill for integration.

What is an analysis-first approach for autonomous ML research campaigns?

An analysis-first approach for autonomous ML research campaigns prioritizes analyzing actual model behavior to inform the next change. Instead of random trials, it continuously iterates on model adjustments guided by concrete performance evidence.

Do I need Python 3.9 to run autonomous ML research loops?

Yes, you need Python 3.9 or higher to run autonomous ML research loops. The environment requires this specific version to execute the iterative optimization scripts and process the integrated scientific literature correctly.

How do I optimize a CIFAR-10 model using an autonomous research loop?

Optimize a CIFAR-10 model using an autonomous research loop by specifying your target metric and enabling literature integration. The Skill iterates on model changes by analyzing behavior and optionally grounding adjustments in scientific literature.

What are the limitations of using literature integration for model optimization?

A limitation of using literature integration for model optimization is the dependency on external tools. You must have the 'literature-search' skill available, and PDF dependencies like pypdf and pdfplumber are required to parse the scientific documents.