Google Cloud Professional Machine Learning Engineer — Question 135

You have been asked to productionize a proof-of-concept ML model built using Keras. The model was trained in a Jupyter notebook on a data scientist’s local machine. The notebook contains a cell that performs data validation and a cell that performs model analysis. You need to orchestrate the steps contained in the notebook and automate the execution of these steps for weekly retraining. You expect much more training data in the future. You want your solution to take advantage of managed services while minimizing cost. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because TensorFlow Extended (TFX) provides a robust framework for deploying ML pipelines with components for data validation and model analysis, specifically designed for production environments. The other options either involve more manual intervention or do not leverage the managed services effectively, leading to higher costs or less efficient operations.