Google Cloud Professional Machine Learning Engineer — Question 112

You built a custom ML model using scikit-learn. Training time is taking longer than expected. You decide to migrate your model to Vertex AI Training, and you want to improve the model’s training time. What should you try out first?

Answer options

Correct answer: C

Explanation

The correct answer is C because utilizing DLVM images on Vertex AI allows for optimized performance, and leveraging NumPy and SciPy can significantly speed up computations. Option A is incorrect as migrating to TensorFlow does not guarantee improvements in training time. Option B may help but requires additional setup and resources. Option D, while beneficial, may not be the most efficient initial approach compared to optimizing code execution with existing libraries.