What should you use?
You are developing a data science workspace that uses an Azure Machine Learning service. You need to select a compute target to deploy the workspace. What should you use?A . Azure Data Lake AnalyticsB . Azure DatabricksC . Azure Container ServiceD . Apache Spark for HDInsightView AnswerAnswer: C Explanation: Azure...
What should you do?
You create a multi-class image classification deep learning model. You train the model by using PyTorch version 1.2. You need to ensure that the correct version of PyTorch can be identified for the inferencing environment when the model is deployed. What should you do?A . Save the model locally as...
Which two additional parameters must you add to the config.json file in order to connect to the workspace?
You create an Azure Machine Learning workspace. You are preparing a local Python environment on a laptop computer. You want to use the laptop to connect to the workspace and run experiments. You create the following config.json file. You must use the Azure Machine Learning SDK to interact with data...
Which Python code segment should you use?
You write five Python scripts that must be processed in the order specified in Exhibit A C which allows the same modules to run in parallel, but will wait for modules with dependencies. You must create an Azure Machine Learning pipeline using the Python SDK, because you want to script...
What are two possible ways to achieve this goal?
You create a batch inference pipeline by using the Azure ML SDK. You run the pipeline by using the following code: from azureml.pipeline.core import Pipeline from azureml.core.experiment import Experiment pipeline = Pipeline(workspace=ws, steps=[parallelrun_step]) pipeline_run = Experiment(ws, 'batch_pipeline').submit(pipeline) You need to monitor the progress of the pipeline execution. What are two...
Which tools and frameworks should you recommend?
DRAG DROP You configure a Deep Learning Virtual Machine for Windows. You need to recommend tools and frameworks to perform the following: - Build deep neural network (DNN) models - Perform interactive data exploration and visualization Which tools and frameworks should you recommend? To answer, drag the appropriate tools to...
Which two functions should you include?
You train and register a model in your Azure Machine Learning workspace. You must publish a pipeline that enables client applications to use the model for batch inferencing. You must use a pipeline with a single ParallelRunStep step that runs a Python inferencing script to get predictions from the input...
What should you do?
A set of CSV files contains sales records. All the CSV files have the same data schema. Each CSV file contains the sales record for a particular month and has the filename sales.csv. Each file in stored in a folder that indicates the month and year when the data was...
You are using Azure Machine Learning to train machine learning models. You need to compute target on which to remotely run the training script
HOTSPOT You are using Azure Machine Learning to train machine learning models. You need to compute target on which to remotely run the training script. You run the following Python code: For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct...
You are preparing to use the Azure ML SDK to run an experiment and need to create compute
HOTSPOT You are preparing to use the Azure ML SDK to run an experiment and need to create compute. You run 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 one point. View AnswerAnswer:...