Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 8 Question 19 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 19
Topic #: 8
[All DP-100 Questions]

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:

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?

Show Suggested Answer Hide Answer
Suggested Answer: A

Python printing/logging example:

logging.info(message)

Destination: Driver logs, Azure Machine Learning designer


https://docs.microsoft.com/en-us/azure/machine-learning/how-to-debug-pipelines

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel