Which values should you select?

HOTSPOT You are retrieving data from a large datastore by using Azure Machine Learning Studio. You must create a subset of the data for testing purposes using a random sampling seed based on the system clock. You add the Partition and Sample module to your experiment. You need to select...

March 17, 2022 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 17, 2022 No Comments READ MORE +

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

March 17, 2022 No Comments READ MORE +

Which class should you use?

You create and register a model in an Azure Machine Learning workspace. You must use the Azure Machine Learning SDK to implement a batch inference pipeline that uses a ParallelRunStep to score input data using the model. You must specify a value for the ParallelRunConfig compute_target setting of the pipeline...

March 17, 2022 No Comments READ MORE +

Which code should you use to configure the estimator?

You create a datastore named training_data that references a blob container in an Azure Storage account. The blob container contains a folder named csv_files in which multiple comma-separated values (CSV) files are stored. You have a script named train.py in a local folder named ./script that you plan to run...

March 16, 2022 No Comments READ MORE +

Which three pipeline steps should you run in sequence?

DRAG DROP You create a multi-class image classification deep learning experiment by using the PyTorch framework. You plan to run the experiment on an Azure Compute cluster that has nodes with GPU’s. You need to define an Azure Machine Learning service pipeline to perform the monthly retraining of the image...

March 16, 2022 No Comments READ MORE +

Which two actions should you perform?

You have a Jupyter Notebook that contains Python code that is used to train a model. You must create a Python script for the production deployment. The solution must minimize code maintenance. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection...

March 16, 2022 No Comments READ MORE +

Which code segment should you add to the test script?

You have a Python script that executes a pipeline. The script includes the following code: from azureml.core import Experiment pipeline_run = Experiment(ws, 'pipeline_test').submit(pipeline) You want to test the pipeline before deploying the script. You need to display the pipeline run details written to the STDOUT output when the pipeline completes....

March 16, 2022 No Comments READ MORE +

Which two parameter expressions should 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: • learning_rate: any value between 0.001 and 0.1 • batch_size: 16, 32, or 64 You need to...

March 16, 2022 No Comments READ MORE +

Which deployment compute option should you use?

You develop and train a machine learning model to predict fraudulent transactions for a hotel booking website. Traffic to the site varies considerably. The site experiences heavy traffic on Monday and Friday and much lower traffic on other days. Holidays are also high web traffic days. You need to deploy...

March 15, 2022 No Comments READ MORE +