Which compute types should you use?

DRAG DROP An organization uses Azure Machine Learning service and wants to expand their use of machine learning. You have the following compute environments. The organization does not want to create another compute environment. You need to determine which compute environment to use for the following scenarios. Which compute types...

March 28, 2023 No Comments READ MORE +

How should you complete the code segment?

HOTSPOT You have a Python data frame named salesData in the following format: The data frame must be unpivoted to a long data format as follows: You need to use the pandas.melt() function in Python to perform the transformation. How should you complete the code segment? To answer, select the...

March 28, 2023 No Comments READ MORE +

Which code values should you use?

CORRECT TEXT You create an Azure Machine Learning workspace and a dataset. The dataset includes age values for a large group of diabetes patients. You use the dp.mean function from the SmartNoise library to calculate the mean of the age value. You store the value in a variable named age.mean....

March 28, 2023 No Comments READ MORE +

Which technique should you use?

You need to implement a new cost factor scenario for the ad response models as illustrated in the performance curve exhibit. Which technique should you use?A . Set the threshold to 0.5 and retrain if weighted Kappa deviates +/- 5% from 0.45. B. Set the threshold to 0.05 and retrain...

March 28, 2023 No Comments READ MORE +

Which three options should you select?

HOTSPOT You plan to preprocess text from CSV files. You load the Azure Machine Learning Studio default stop words list. You need to configure the Preprocess Text module to meet the following requirements: ✑ Ensure that multiple related words from a single canonical form. ✑ Remove pipe characters from text....

March 28, 2023 No Comments READ MORE +

Which three code segments should you use to develop the solution?

DRAG DROP You need to implement early stopping criteria as suited in the model training requirements. Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct...

March 28, 2023 No Comments READ MORE +

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...

March 28, 2023 No Comments READ MORE +

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...

March 28, 2023 No Comments READ MORE +

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...

March 27, 2023 No Comments READ MORE +

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...

March 27, 2023 No Comments READ MORE +