What problem does it solve? Building production ML systems requires coordinating data preparation, training, validation, and deployment stages, which is error-prone and hard to reproduce without a structured pipeline approach. ## Core Features & Use Cases - Pipeline Architecture: Design DAG-based workflows with Airflow, Dagster, Kubeflow, or Prefect, including dependencies, retries, and error handling. - Training & Validation: Orchestrate training jobs, track experiments with MLflow or Weights & Biases, and run validation suites with regression detection. - Deployment Automation: Apply canary, blue-green, and shadow deployment patterns with rollback mechanisms and monitoring. - Use Case: A data science team needs to automate retraining when data drift is detected; this Skill guides building a continuous training pipeline with versioned datasets, experiment tracking, and gradual production rollouts. ## Quick Start Ask the AI to design an end-to-end ML pipeline that ingests data, trains a model, validates it against a baseline, and deploys it with a canary release strategy.