mlops

Automate end-to-end MLOps pipelines from training to production deployment and monitoring.

17|1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/williamzujkowski/standards --skill mlops-williamzujkowski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops
Source: https://github.com/williamzujkowski/standards/tree/main/skills/ml-ai/mlops
Command: npx skills add https://github.com/williamzujkowski/standards --skill mlops-williamzujkowski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MLOps standardizes the end-to-end ML lifecycle from data to deployment, monitoring, and continuous improvement.

Core Features & Use Cases

  • Experiment Tracking & Deployment: MLflow/Kubeflow/Kubeflow pipelines integration.
  • Data & Feature Management: Feature stores, data/versioning, and reproducibility.
  • Monitoring & Drift: Model performance monitoring and drift detection.

Quick Start

Set up an MLflow project or Kubeflow pipeline to train, evaluate, and deploy a model with drift monitoring.

Frequently Asked Questions about mlops

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

FAQPage Schema
How do I automate ML model training, deployment, and monitoring in production?

MLOps automates the end-to-end ML lifecycle by orchestrating training pipelines, versioning models, tracking experiments, and deploying to production with continuous monitoring. It integrates tools like MLflow and Kubeflow to handle batch, real-time, and streaming inference workflows seamlessly.

What is drift detection and why do I need it for deployed models?

Drift detection monitors whether model performance degrades over time as input data or target distributions shift. MLOps pipelines catch performance drift automatically, triggering retraining or alerts to maintain model accuracy in production environments.

Can I use MLflow and Kubeflow together for experiment tracking and deployment?

Yes. MLOps workflows integrate both MLflow for experiment tracking and model registry, and Kubeflow for pipeline orchestration and deployment at scale, enabling reproducible, governed ML workflows with seamless CI/CD automation.

How do feature stores fit into ML model training and serving workflows?

Feature stores centralize feature engineering, versioning, and serving to ensure consistency between training and production inference. MLOps pipelines use feature stores to automate data lineage, reduce training-serving skew, and enable rapid model iteration.

Do I need model versioning and reproducibility for regulatory compliance?

Yes. MLOps enforces model versioning, experiment tracking, and reproducible workflows to satisfy governance requirements, audit trails, and compliance standards in production ML systems.

What's the difference between batch, real-time, and streaming inference in MLOps?

MLOps supports all three inference patterns: batch processes large datasets offline, real-time serves predictions synchronously at request time, and streaming handles continuous data flows. The same MLOps framework automates deployment and monitoring across all modes.