model-retrain

Automate model retraining workflows with quality gates and MLflow promotion.

5|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/DuqueOM/ML-MLOps-Portfolio --skill model-retrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-retrain
Source: https://github.com/DuqueOM/ML-MLOps-Portfolio/tree/main/.devin/skills/model-retrain
Command: npx skills add https://github.com/DuqueOM/ML-MLOps-Portfolio --skill model-retrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill automates end-to-end model retraining workflows with quality gates and safe promotion, reducing manual intervention and deployment risk.

Core Features & Use Cases

  • Automated retraining pipelines: orchestrates data validation, training, evaluation, and model registry updates.
  • Quality gates & governance: enforces primary/secondary metrics, fairness checks, and controlled promotions through staging and production transitions.
  • Drift-driven and scheduled retraining: supports triggers from data drift alerts or periodic schedules, with human-in-the-loop approvals via PRs or MLflow UI.

Quick Start

Trigger a retrain by running the provided training script for your service with the latest production data and a clear promotion target.

Frequently Asked Questions about model-retrain

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

FAQPage Schema
How do I automate ML model retraining with quality gates?

Automate ML model retraining by orchestrating data validation, training, and evaluation pipelines with enforced quality gates. This process controls promotions through staging transitions, reducing manual intervention and deployment risk.

How does drift-driven retraining work?

Drift-driven retraining triggers automated workflows from data drift alerts. It executes training, data validation, and artifact logging, then requires human-in-the-loop approvals via PRs or MLflow UI before production rollout.

Can I use MLflow for model promotion and governance approvals?

Yes, MLflow supports model promotion and governance approvals. The workflow enforces primary and secondary metrics, logs artifacts, and manages controlled transitions through staging and production environments.

Does automated retraining support scheduled and manual triggers?

Automated retraining supports scheduled, manual, and drift-driven triggers. It orchestrates the end-to-end workflow from data validation to production rollout, ensuring safe promotion policies are enforced across all scenarios.

What is the best way to enforce safe model promotion policies?

Enforce safe model promotion policies by utilizing staging gates, fairness checks, and GitHub PR workflows. This approach ensures controlled transitions and governance approvals before any model reaches production.