DP-100 Exam Question 121

You are creating an experiment by using Azure Machine Learning Studio.
You must divide the data into four subsets for evaluation. There is a high degree of missing values in the data. You must prepare the data for analysis.
You need to select appropriate methods for producing the experiment.
Which three modules should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

DP-100 Exam Question 122

You have an Azure Machine Learning workspace. You are running an experiment on your local computer.
You need to ensure that you can use MLflow Tracking with Azure Machine Learning Python SDK v2 to store metrics and artifacts from your local experiment runs in the workspace.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

DP-100 Exam Question 123

You create an Azure Machine Learning compute resource to train models. The compute resource is configured as follows:
* Minimum nodes: 2
* Maximum nodes: 4
You must decrease the minimum number of nodes and increase the maximum number of nodes to the following values:
* Minimum nodes: 0
* Maximum nodes: 8
You need to reconfigure the compute resource.
  • DP-100 Exam Question 124

    You are using the Azure Machine Learning Service to automate hyperparameter exploration of your neural network classification model.
    You must define the hyperparameter space to automatically tune hyperparameters using random sampling according to following requirements:
    The learning rate must be selected from a normal distribution with a mean value of 10 and a standard deviation of 3.
    Batch size must be 16, 32 and 64.
    Keep probability must be a value selected from a uniform distribution between the range of 0.05 and
    0.1.
    You need to use the param_sampling method of the Python API for the Azure Machine Learning Service.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 125

    You need to select an environment that will meet the business and data requirements.
    Which environment should you use?