DP-100 Exam Question 146

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are using Azure Machine Learning to run an experiment that trains a classification model.
You want to use Hyperdrive to find parameters that optimize the AUC metric for the model. You configure a HyperDriveConfig for the experiment by running the following code:

You plan to use this configuration to run a script that trains a random forest model and then tests it with validation data. The label values for the validation data are stored in a variable named y_test variable, and the predicted probabilities from the model are stored in a variable named y_predicted.
You need to add logging to the script to allow Hyperdrive to optimize hyperparameters for the AUC metric.
Solution: Run the following code:

Does the solution meet the goal?
  • DP-100 Exam Question 147

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are a data scientist using Azure Machine Learning Studio.
    You need to normalize values to produce an output column into bins to predict a target column.
    Solution: Apply an Equal Width with Custom Start and Stop binning mode.
    Does the solution meet the goal?
  • DP-100 Exam Question 148

    You are developing a data science workspace that uses an Azure Machine Learning service.
    You need to select a compute target to deploy the workspace.
    What should you use?
  • DP-100 Exam Question 149

    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 150


    For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.