ml-systems

Develop and deploy machine learning systems for quantitative trading with reproducible research and risk controls.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill ml-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-systems
Source: https://github.com/GhostOf0days/codex-quant-skills/tree/main/ml-systems
Command: npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill ml-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, argparse, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of developing, validating, and deploying machine learning systems within production trading environments, ensuring reproducibility and robust controls.

Core Features & Use Cases

  • Reproducible Research: Define hypotheses, build features, and estimate signal performance with clear constraints.
  • Production Controls: Implement stress testing, risk controls, and diagnostics for robust deployment.
  • Use Case: When developing a new trading signal, use this Skill to systematically test its performance across various market regimes, ensure it meets risk thresholds, and generate a detailed implementation memo for rollout.

Quick Start

Run python scripts/ml_systems_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.

Frequently Asked Questions about ml-systems

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

FAQPage Schema
How do I deploy machine learning systems for production trading?

Deploy machine learning systems for production trading by running diagnostic scripts that output JSON artifacts, enforcing risk controls, stress testing, and leak-safe feature validation for robust rollout.

What is leak-safe feature building in quantitative research?

Leak-safe feature building in quantitative research prevents future data from contaminating historical signals, ensuring models estimate signal edge accurately without look-ahead bias affecting reproducible results.

How do I stress-test trading signals across different market regimes?

Stress-test trading signals across market regimes by evaluating performance against capacity stress, regime dependency, and cost-adjusted metrics to confirm signal monotonicity and validate risk thresholds before deployment.

Can I use pandas with argparse for ML systems diagnostics?

Yes, pandas works with argparse for ML systems diagnostics as the implementation relies on these dependencies alongside json to process input data and output reproducible diagnostic artifacts.

Why does my trading signal fail risk control validation?

Trading signals fail risk control validation when they violate signal monotonicity, exceed capacity stress limits, show regime dependency, or underperform on cost-adjusted metrics during diagnostic testing.