What is a data pipeline?
Automated process for collecting, processing, and storing data for ML models.
What is model deployment?
Making an ML model available for predictions in a production environment.
What is batch prediction?
Generating predictions for large datasets periodically.
What is online prediction?
Serving predictions in real-time via APIs.
What is model monitoring?
Tracking performance metrics post-deployment to detect drift.
What is concept drift?
Change in the relationship between input and output variables over time.
What is feature store?
Centralized repository for storing and serving ML features.
What is canary deployment?
Rolling out model updates to a small subset of users before full deployment.
What is A/B testing in ML?
Comparing performance of two models or variants to see which performs better.
What is shadow deployment?
Deploying a model in parallel to production without affecting user-facing results.