
Ultimate access to all questions.
You have developed a custom machine learning model using scikit-learn, but the training time is longer than expected. To address this, you decide to migrate your model to Vertex AI Training on Google Cloud. Considering that you want to improve the model’s training time, what is the first approach you should consider?
A
Train your model in a distributed mode using multiple Compute Engine VMs.
B
Train your model using Vertex AI Training with CPUs.
C
Migrate your model to TensorFlow, and train it using Vertex AI Training.
D
Train your model using Vertex AI Training with GPUs.