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

May 24, 2023 No Comments READ MORE +

Which four actions should you perform in sequence?

DRAG DROP You have an existing GitHub repository containing Azure Machine Learning project files. You need to clone the repository to your Azure Machine Learning shared workspace file system. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the...

May 24, 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...

May 24, 2023 No Comments READ MORE +

Does the solution meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...

May 24, 2023 No Comments READ MORE +

Which four actions should you perform in sequence?

DRAG DROP You need to implement source control for scripts in an Azure Machine Learning workspace. You use a terminal window in the Azure Machine Learning Notebook tab You must authenticate your Git account with SSH. You need to generate a new SSH key. Which four actions should you perform...

May 24, 2023 No Comments READ MORE +

Which value should you use for each parameter?

HOTSPOT You are performing a classification task in Azure Machine Learning Studio. You must prepare balanced testing and training samples based on a provided data set. You need to split the data with a 0.75:0.25 ratio. Which value should you use for each parameter? To answer, select the appropriate options...

May 23, 2023 No Comments READ MORE +

Which code segment should you run?

You deploy a model as an Azure Machine Learning real-time web service using the following code. The deployment fails. You need to troubleshoot the deployment failure by determining the actions that were performed during deployment and identifying the specific action that failed. Which code segment should you run?A . service.get_logs()...

May 23, 2023 No Comments READ MORE +

Which two code segments can you use to achieve this goal?

You use the following code to define the steps for a pipeline: from azureml.core import Workspace, Experiment, Run from azureml.pipeline.core import Pipeline from azureml.pipeline.steps import PythonScriptStep ws = Workspace.from_config() . . . step1 = PythonScriptStep(name="step1", ...) step2 = PythonScriptsStep(name="step2", ...) pipeline_steps = [step1, step2] You need to add code to...

May 23, 2023 No Comments READ MORE +

Which JSON code segment should you use?

You create an Azure Machine Learning workspace. You must create a custom role named DataScientist that meets the following requirements: ✑ Role members must not be able to delete the workspace. ✑ Role members must not be able to create, update, or delete compute resource in the workspace. ✑ Role...

May 23, 2023 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You need to correct the model fit issue. 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: Step 1: Augment the data Scenario: Columns...

May 23, 2023 No Comments READ MORE +