You create a script for training a machine learning model in Azure Machine Learning service
HOTSPOT : 214 HOTSPOT You create a script for training a machine learning model in Azure Machine Learning service. You create an estimator by running the following code: For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth...
What should you do?
You train a model and register it in your Azure Machine Learning workspace. You are ready to deploy the model as a real-time web service. You deploy the model to an Azure Kubernetes Service (AKS) inference cluster, but the deployment fails because an error occurs when the service runs the...
Which properties should you select?
HOTSPOT You need to set up the Permutation Feature Importance module according to the model training requirements. Which properties should you select? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Accuracy Scenario: You want to...
Which three actions should you perform in sequence?
DRAG DROP You need to define an evaluation strategy for the crowd sentiment models. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer: Explanation: Scenario: Experiments for...
Which values should you use?
HOTSPOT You create an experiment in Azure Machine Learning Studio. You add a training dataset that contains 10,000 rows. The first 9,000 rows represent class 0 (90 percent). The remaining 1,000 rows represent class 1 (10 percent). The training set is imbalances between two classes. You must increase the number...
Which normalization type should you use?
You need to implement a scaling strategy for the local penalty detection data. Which normalization type should you use?A . Streaming B. Weight C. Batch D. CosineView AnswerAnswer: C Explanation: Post batch normalization statistics (PBN) is the Microsoft Cognitive Toolkit (CNTK) version of how to evaluate the population mean and...
Which type of test should you perform?
You have a dataset that is stored m an Azure Machine Learning workspace. You must perform a data analysis for differentiate privacy by using the SmartNoise SDK. You need to measure the distribution of reports for repeated queries to ensure that they are balanced Which type of test should you...
What should you do?
You deploy a real-time inference service for a trained model. The deployed model supports a business-critical application, and it is important to be able to monitor the data submitted to the web service and the predictions the data generates. You need to implement a monitoring solution for the deployed model...
You are using Azure Machine Learning to train machine learning models. You need a compute target on which to remotely run the training script
HOTSPOT You are using Azure Machine Learning to train machine learning models. You need a compute target on which to remotely run the training script. You run the following Python code: View AnswerAnswer: Explanation: Box 1: Yes The compute is created within your workspace region as a resource that can...
Which two sampling methods can you use?
You plan to use the Hyperdrive feature of Azure Machine Learning to determine the optimal hyperparameter values when training a model. You must use Hyperdrive to try combinations of the following hyperparameter values. You must not apply an early termination policy. learning_rate: any value between 0.001 and 0.1 • batch_size:...