What problem does it solve? Building production machine learning systems requires coordinating experiment tracking, training orchestration, feature stores, and model validation, which is error-prone and hard to reproduce when done ad hoc. ## Core Features & Use Cases - Experiment Tracking: Configures MLflow or Weights & Biases logging for parameters, metrics, artifacts, and model registry operations. - Pipeline Orchestration: Creates Kubeflow Pipelines, Airflow DAGs, or Prefect flows with retries, branching, and scheduled retraining. - Feature Engineering & Validation: Builds scikit-learn transformation pipelines, Feast feature stores, and Great Expectations data validation checkpoints. - Use Case: A data science team needs an automated daily retraining workflow that validates incoming data, trains a model, logs metrics to MLflow, and deploys only when accuracy exceeds a threshold. ## Quick Start Use the ml-pipeline skill to build a Kubeflow training pipeline with MLflow experiment tracking and a validation gate before deployment.