DP-100 Exam Question 106

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 have an Azure Machine Learning workspace. You connect to a terminal session from the Notebooks page in Azure Machine Learning studio.
You plan to add a new Jupyter kernel that will be accessible from the same terminal session.
You need to perform the task that must be completed before you can add the new kernel.
Solution: Create an environment.
Does the solution meet the goal?
  • DP-100 Exam Question 107

    You need to modify the inputs for the global penalty event model to address the bias and variance issue.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    DP-100 Exam Question 108

    You manage an Azure Machine Learning workspace named Workspace1 and an Azure Blob Storage accessed by using the URL https://storage1.blob.core.wmdows.net/data1.
    You plan to create an Azure Blob datastore in Workspace1. The datastore must target the Blob Storage by using Azure Machine Learning Python SDK v2. Access authorization to the datastore must be limited to a specific amount of time.
    You need to select the parameters of the Azure Blob Datastore class that will point to the target datastore and authorize access to it.
    Which parameters 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 109

    You manage an Azure Machine Learning workspace. The Pylhon scrip! named scriptpy reads an argument named training_data. The trainlng.data argument specifies the path to the training data in a file named datasetl.
    csv.
    You plan to run the scriptpy Python script as a command job that trains a machine learning model.
    You need to provide the command to pass the path for the datasct as a parameter value when you submit the script as a training job.
    Solution: python train.py --training_data training_data
    Does the solution meet the goal?
  • DP-100 Exam Question 110

    You have a comma-separated values (CSV) file containing data from which you want to train a classification model.
    You are using the Automated Machine Learning interface in Azure Machine Learning studio to train the classification model. You set the task type to Classification.
    You need to ensure that the Automated Machine Learning process evaluates only linear models.
    What should you do?