DP-100 Exam Question 6

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

    You are creating a classification model for a banking company to identify possible instances of credit card fraud. You plan to create the model in Azure Machine Learning by using automated machine learning.
    The training dataset that you are using is highly unbalanced.
    You need to evaluate the classification model.
    Which primary metric should you use?
  • DP-100 Exam Question 8

    You create an Azure Machine Learning workspace. The workspace contains a dataset named sample.dataset, a compute instance, and a compute cluster. You must create a two-stage pipeline that will prepare data in the dataset and then train and register a model based on the prepared dat a. The first stage of the pipeline contains the following code:

    You need to identify the location containing the output of the first stage of the script that you can use as input for the second stage. Which storage location should you use?
  • DP-100 Exam Question 9

    You need to implement a new cost factor scenario for the ad response models as illustrated in the performance curve exhibit.
    Which technique should you use?
  • DP-100 Exam Question 10

    You create a Python script named train.py and save it in a folder named scripts. The script uses the scikit-learn framework to train a machine learning model.
    You must run the script as an Azure Machine Learning experiment on your local workstation.
    You need to write Python code to initiate an experiment that runs the train.py script.
    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.