Pipeline Orchestration
← Back to ML Infrastructure
Orchestrating multi-step ML workflows (data prep → training → evaluation → deployment). Key tools: Kubeflow (Kubernetes-native), Airflow (general DAG orchestration), Prefect (modern Python-native), Metaflow (Netflix, data science workflows).
Related
- ML Platforms (include pipeline capabilities)
- Batch Inference (scheduled via pipelines)