Microsoft Azure (legacy) — Question 3
You need to create a custom Azure Machine Learning model. The data used to train the model is consistent and uniform.
What should you do first?
Answer options
- A. Prepare the training data.
- B. Evaluate the model.
- C. Train the model.
- D. Tune hyperparameters.
- E. Deploy the model.
Correct answer: A
Explanation
The first step in creating an Azure Machine Learning model is to prepare the training data, as it lays the foundation for effective model training. Without properly prepared data, evaluating, training, tuning hyperparameters, or deploying the model would be ineffective or impossible.