
Ultimate access to all questions.
You have developed a machine learning model using scikit-learn, but you are experiencing longer than expected training times. To address this issue, you decide to migrate your model to Vertex AI Training offered by Google Cloud. Your goal is to improve the training time of the model. Based on this scenario, what should you try first to achieve your goal?
A
Migrate your model to TensorFlow, and train it using Vertex AI Training.
B
Train your model in a distributed mode using multiple Compute Engine VMs.
C
Train your model with DLVM images on Vertex AI, and ensure that your code utilizes NumPy and SciPy internal methods whenever possible.
D
Train your model using Vertex AI Training with GPUs.