1 / 5
Data scientists ___ a model to production via an API.
-
-
-
-
You deploy a model. Deploy is the standard ML collocation; the others do not fit. So deploy a model.
2 / 5
The team will ___ model performance in production continuously.
-
-
-
-
You monitor model performance. Monitor is the precise technical collocation; watch over implies care, not measurement. So monitor model performance.
3 / 5
Engineers ___ model drift when real-world data shifts.
-
-
-
-
You detect model drift. Detect is the standard collocation; find out is informal and needs more context. So detect model drift.
4 / 5
We will ___ the model with fresh data every month.
-
-
-
-
You retrain a model. Retrain is the precise ML collocation; the others do not fit. So retrain the model.
5 / 5
The pipeline will ___ inference in under 100 milliseconds.
-
-
-
-
You serve inference. Serve is the standard ML serving collocation; the others do not fit. So serve inference.