Question 121

You use Azure Machine Learning Studio to build a machine learning experiment.
You need to divide data into two distinct datasets.
Which module should you use?
  • Question 122

    You create an Azure Machine Learning dataset containing automobile price data The dataset includes 10,000 rows and 10 columns You use Azure Machine Learning Designer to transform the dataset by using an Execute Python Script component and custom code.
    The code must combine three columns to create a new column.
    You need to configure the code function.
    Which configurations should you use? lo answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.

    Question 123

    You use Data Science Virtual Machines (DSVMs) for Windows and Linux in Azure.
    You need to access the DSVMs.
    Which utilities should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 124

    Hotspot Question
    You create an Azure Machine Learning workspace. You use the Azure Machine Learning Python SDK v2 to create a compute cluster.
    The compute cluster must run a training script. Costs associated with running the training script must be minimized.
    You need to complete the Python script to create the compute cluster.
    How should you complete the script? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 125

    You use the Azure Machine Learning SDK for Python to create a pipeline that includes the following step:

    The output of the step run must be cached and reused on subsequent runs when the source_directory value has not changed.
    You need to define the step.
    What should you include in the step definition?