What is CI/CD for ML?
Continuous integration and deployment applied to ML workflows.
What is MLflow?
An open-source platform for tracking experiments, packaging code, and deploying models.
What is Weights & Biases?
A tool for experiment tracking, visualization, and collaboration.
What is model versioning?
Tracking changes to models over time for reproducibility.
What is pipeline orchestration?
Managing and scheduling workflows, e.g., with Airflow or Kubeflow.
What is model registry?
Repository for storing and managing trained models.
What is scalability in ML?
Ability to handle increased workloads or data volumes efficiently.
What is blue-green deployment?
Switching traffic between two environments for zero-downtime updates.
What is data versioning?
Tracking dataset changes for reproducibility.
What is monitoring drift?
Detecting changes in input data distribution or prediction quality.