Question 101

You are developing a linear regression model in Azure Machine Learning Studio. You run an experiment to compare different algorithms.
The following image displays the results dataset output:

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the image.
NOTE: Each correct selection is worth one point.

Question 102

You create a new Azure subscription. No resources are provisioned in the subscription.
You need to create an Azure Machine Learning workspace.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • Question 103

    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 possible ways to achieve this goal? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 104

    You collect data from a nearby weather station. You have a pandas dataframe named weather_df that includes the following data:

    The data is collected every 12 hours: noon and midnight.
    You plan to use automated machine learning to create a time-series model that predicts temperature over the next seven days. For the initial round of training, you want to train a maximum of 50 different models.
    You must use the Azure Machine Learning SDK to run an automated machine learning experiment to train these models.
    You need to configure the automated machine learning run.
    How should you complete the AutoMLConfig definition? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 105

    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.