mle-workflow

Define and harden production machine-learning workflows with data contracts and quality gates.

2|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill mle-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mle-workflow
Source: https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final/tree/main/.agents/skills/mle-workflow
Command: npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill mle-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns ad hoc model work into a production-ready machine learning workflow with explicit contracts, repeatable training, measurable quality gates, and operational safeguards.

Core Features & Use Cases

  • Prediction and data contracts: Define inputs, outputs, label timing, freshness rules, and leakage checks before implementation.
  • Reproducible training and evaluation: Package configs, baselines, metrics, and artifact tracking so training can be rerun and reviewed reliably.
  • Deployment and operations: Prepare serving schemas, rollout criteria, monitoring signals, and rollback paths for forecasting, classification, ranking, and similar ML systems.
  • Use case: Review a capacity-exhaustion predictor by checking whether its offline metrics, inference path, and monitoring plan are strong enough to ship safely.

Quick Start

Use the mle-workflow skill to review a production ML pipeline for data contracts, reproducible training, evaluation gates, deployment readiness, and rollback safety.

Frequently Asked Questions about mle-workflow

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

FAQPage Schema
How do I set up reproducible training for production machine learning workflows?

Reproducible training requires packaging model configs, baselines, metrics, and artifact tracking so training runs can be reliably rerun and reviewed. This ensures consistent evaluation before promoting any ML system to production.

What are data contracts in MLOps and when do I need them for model deployment?

Data contracts define ML system inputs, outputs, label timing, freshness rules, and leakage checks before implementation. They are needed when transitioning ad hoc model work into a production-ready machine learning workflow.

How do I define deployment gates and rollback paths for a classification model?

Define deployment gates by setting explicit serving schema validations and baseline promotion criteria. Establish rollback paths by preparing operational monitoring signals and drift-aware alerts to safely operate classification systems.

Can I use this workflow to review a forecasting model's readiness before shipping?

Yes, you can review a forecasting model by checking its offline metrics, inference path, and monitoring plan. The workflow evaluates data contracts, reproducible training, and deployment readiness to determine if it is safe to ship.

What is drift-aware operational monitoring and how does it protect ML systems?

Drift-aware operational monitoring tracks production ML system signals to detect data or prediction shifts over time. It protects systems by triggering predefined rollback paths when serving schemas or model performance degrade.

How do I prevent data leakage when building ranking systems for production?

Prevent data leakage in ranking systems by enforcing explicit prediction and data contracts before implementation. These contracts define label timing and freshness rules to ensure no future data leaks into training or evaluation gates.