DP-100 Exam Question 181

You register the following versions of a model.

You use the Azure ML Python SDK to run a training experiment. You use a variable named run to reference the experiment run.
After the run has been submitted and completed, you run the following code:

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

DP-100 Exam Question 182

You plan to use a Deep Learning Virtual Machine (DLVM) to train deep learning models using Compute Unified Device Architecture (CUDA) computations.
You need to configure the DLVM to support CUDA.
What should you implement?
  • DP-100 Exam Question 183

    You are retrieving data from a large datastore by using Azure Machine Learning Studio.
    You must create a subset of the data for testing purposes using a random sampling seed based on the system clock.
    You add the Partition and Sample module to your experiment.
    You need to select the properties for the module.
    Which values should you select? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 184

    You write code to retrieve an experiment that is run from your Azure Machine Learning workspace.
    The run used the model interpretation support in Azure Machine Learning to generate and upload a model explanation.
    Business managers in your organization want to see the importance of the features in the model.
    You need to print out the model features and their relative importance in an output that looks similar to the following.

    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 185

    You create an Azure Machine Learning workspace. You train an MLflow-formatted regression model by using tabular structured data.
    You must use a Responsible Al dashboard to assess the model.
    You need to use the Azure Machine Learning studio Ul to generate the Responsible A dashboard.
    What should you do first?