QuestionQ84

Validation Testing

Within a continuous integration and continuous deployment (CI/CD) process for machine learning pipelines, which event commonly triggers automated testing?

  • A The launch of a new cost-efficient SQL endpoint
  • B CI/CD pipelines are not needed for machine learning pipelines
  • C The arrival of a new feature table in the Feature Store
  • D The launch of a new cost-efficient job cluster
  • E The arrival of a new model version in the MLflow Model Registry
Explanation

A new model version entering the MLflow Model Registry commonly triggers automated validation and testing before the model is promoted or deployed through the ML delivery pipeline.

Community Discussion

No comments yet. Be the first to start the discussion!