ml-pipeline-workflow

Build and orchestrate end-to-end MLOps pipelines for machine learning projects.

38.6k|4.1k|Updated Jul 24, 2025
One-click install
npx skills add https://github.com/wshobson/agents --skill ml-pipeline-workflow-wshobson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-pipeline-workflow
Source: https://github.com/wshobson/agents/tree/main/plugins/machine-learning-ops/skills/ml-pipeline-workflow
Command: npx skills add https://github.com/wshobson/agents --skill ml-pipeline-workflow-wshobson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of complex Machine Learning Operations (MLOps) pipelines, automating the entire lifecycle from data preparation to model deployment and monitoring.

Core Features & Use Cases

  • End-to-End Orchestration: Manages data ingestion, preparation, training, validation, and deployment.
  • Reproducible Workflows: Ensures consistent and reliable ML model development and deployment.
  • Use Case: Automate the retraining and deployment of a fraud detection model whenever new transaction data is available, ensuring the model stays up-to-date with the latest patterns.

Quick Start

Use the ml-pipeline-workflow skill to build an end-to-end MLOps pipeline for a new machine learning project.

Frequently Asked Questions about ml-pipeline-workflow

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

FAQPage Schema
How do I orchestrate an end-to-end MLOps pipeline for model training and deployment?

The ml-pipeline-workflow Skill builds end-to-end MLOps pipelines using DAG-based orchestration patterns. It covers data preparation, model training, validation, and production deployment to ensure reproducible ML workflows.

Does this MLOps pipeline workflow support integration with AWS SageMaker, Vertex AI, and Azure ML?

This MLOps pipeline supports integration with cloud platforms like AWS SageMaker, Google Vertex AI, and Azure ML, as well as orchestration tools including Airflow, Kubeflow, and MLflow for comprehensive workflow management.

What is the best way to automate retraining a fraud detection model when new transaction data arrives?

Automating model retraining involves configuring an MLOps pipeline that triggers data ingestion, model training, validation, and deployment automatically. This ensures your fraud detection model stays up-to-date with the latest transaction patterns.

Can I use Airflow and Kubeflow for DAG-based orchestration of machine learning pipelines?

Yes, you can use Airflow and Kubeflow for DAG-based orchestration of machine learning pipelines. This Skill integrates with these tools to manage the entire flow from data preparation through to production deployment.

How do I ensure reproducible workflows when deploying machine learning models to production?

You ensure reproducible workflows by structuring your machine learning pipeline with DAG-based orchestration patterns. This approach manages data preparation, model training, and validation consistently to guarantee reliable ML model deployment.

Do I need an existing orchestration tool to build an MLOps pipeline with this workflow?

You do not need an existing tool to start building an MLOps pipeline, as this workflow provides the structural design. However, it supports integration with tools like Airflow, Kubeflow, and MLflow for execution and cloud deployment.