numerai-research

Orchestrate Numerai research workflows from experiment design to pickle deployment.

1.2k|310|Updated Jan 6, 2017
One-click install
npx skills add https://github.com/numerai/example-scripts --skill numerai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: numerai-research
Source: https://github.com/numerai/example-scripts/tree/main/numerai/agents/skills/numerai-research
Command: npx skills add https://github.com/numerai/example-scripts --skill numerai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates end-to-end Numerai research workflows by sequencing existing skills to produce runnable experiments, automated training runs, comprehensive reports with plots, and optional deployment artifacts.

Core Features & Use Cases

  • Workflow orchestration: Sequence the numerai-experiment-design, numerai-model-implementation, report-research, and numerai-model-upload skills to deliver a complete research cycle.
  • Iterative experimentation: Design, run, and compare multiple experiment configurations with automated tracking of metrics and visuals.
  • Full deliverable packaging: Produce an experiment.md report with figures and, if requested, a deployable Numerai pickle.

Quick Start

Initiate a new Numerai research cycle by invoking the design, implementation, reporting, and optional upload steps as a single workflow.

Frequently Asked Questions about numerai-research

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

FAQPage Schema
How do I automate my Numerai research workflow from model design to deployment?

An end-to-end Numerai research workflow orchestrates experiment design, model implementation, automated training runs, and report generation into a single automated cycle. It sequences multiple skills to deliver runnable experiments and optional deployment artifacts.

Can I generate experiment reports with standard plots for my Numerai models?

Yes, automated research workflows can produce comprehensive experiment.md reports containing standard plots and tracking metrics. This allows you to compare multiple experiment configurations visually and evaluate model performance systematically.

Do I need to package a Numerai pickle manually before deployment?

No, a complete research workflow can optionally package a deployable Numerai pickle for you. It handles the full deliverable packaging automatically, including uploading the pickle via MCP if requested.

What is the best way to run iterative Numerai experiments and compare configurations?

The best way to run iterative Numerai experiments is to use an orchestrated workflow that designs, runs, and compares multiple configurations. It automatically tracks metrics and generates comprehensive visual reports for each run.

Does the Numerai research workflow support implementing new model types?

Yes, the workflow enforces a sequence that includes implementing new model types if required by your experiment design. This ensures custom models are integrated before running scout and scale experiments.