DP-100 Exam Question 141

You are hired as a data scientist at a winery. The previous data scientist used Azure Machine Learning.
You need to review the models and explain how each model makes decisions.
Which explainer modules should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 142

You create an experiment in Azure Machine Learning Studio- You add a training dataset that contains 10.000 rows. The first 9.000 rows represent class 0 (90 percent). The first 1.000 rows represent class 1 (10 percent).
The training set is unbalanced between two Classes. You must increase the number of training examples for class 1 to 4,000 by using data rows. You add the Synthetic Minority Oversampling Technique (SMOTE) module to the experiment.
You need to configure the module.
Which values should you use? To answer, select the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 143

You are developing a hands-on workshop to introduce Docker for Windows to attendees.
You need to ensure that workshop attendees can install Docker on their devices.
Which two prerequisite components should attendees install on the devices? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 144

    You manage an Azure Machine Learning workspace named workspace1 by using the Python SDK v2.
    You must register datastores in workspace1 for Azure Blob and Azure Data Lake Gen2 storage to meet the following requirements:
    * Data scientists accessing the datastore must have the same level of access.
    * Access must be restricted to specified containers or folders.
    You need to configure a security access method used to register the Azure Blob and Azure Data lake Gen?
    storage in workspace1. Which security access method should you configure? To answer, select the appropriate options in the answers area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 145

    A coworker registers a datastore in a Machine Learning services workspace by using the following code:

    You need to write code to access the datastore from a notebook.