Question 181

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?
  • Question 182

    You need to select a feature extraction method.
    Which method should you use?
  • Question 183

    You create machine learning models by using Azure Machine Learning.
    You plan to train and score models by using a variety of compute contexts. You also plan to create a new compute resource in Azure Machine Learning studio.
    You need to select the appropriate compute types.
    Which compute types should you select? To answer, drag the appropriate compute types to the correct requirements. Each compute type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 184

    You create machine learning models by using Azure Machine Learning.
    You plan to train and score models by using a variety of compute contexts. You also plan to create a new compute resource in Azure Machine Learning studio.
    You need to select the appropriate compute types.
    Which compute types should you select? To answer, drag the appropriate compute types to the correct requirements. Each compute type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 185

    You publish a batch inferencing pipeline that will be used by a business application.
    The application developers need to know which information should be submitted to and returned by the REST interface for the published pipeline.
    You need to identify the information required in the REST request and returned as a response from the published pipeline.
    Which values should you use in the REST request and to expect in the response? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.