DP-100 Exam Question 136

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.
An IT department creates the following Azure resource groups and resources:

The IT department creates an Azure Kubernetes Service (AKS)-based inference compute target named aks-cluster in the Azure Machine Learning workspace.
You have a Microsoft Surface Book computer with a GPU. Python 3.6 and Visual Studio Code are installed.
You need to run a script that trains a deep neural network (DNN) model and logs the loss and accuracy metrics.
Solution: Attach the mlvm virtual machine as a compute target in the Azure Machine Learning workspace.
Install the Azure ML SDK on the Surface Book and run Python code to connect to the workspace. Run the training script as an experiment on the mlvm remote compute resource.
  • DP-100 Exam Question 137

    You are creating a machine learning model. You have a dataset that contains null rows.
    You need to use the Clean Missing Data module in Azure Machine Learning Studio to identify and resolve the null and missing data in the dataset.
    Which parameter should you use?
  • DP-100 Exam Question 138

    You need to implement early stopping criteria as suited in the model training requirements.
    Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
    NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

    DP-100 Exam Question 139

    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 train and register a machine learning model.
    You plan to deploy the model as a real-time web service. Applications must use key-based authentication to use the model.
    You need to deploy the web service.
    Solution:
    Create an AksWebservice instance.
    Set the value of the auth_enabled property to False.
    Set the value of the token_auth_enabled property to True.
    Deploy the model to the service.
    Does the solution meet the goal?
  • DP-100 Exam Question 140

    You are building an experiment using the Azure Machine Learning designer.
    You split a dataset into training and testing sets. You select the Two-Class Boosted Decision Tree as the algorithm.
    You need to determine the Area Under the Curve (AUC) of the model.
    Which three modules should you use in sequence? To answer, move the appropriate modules from the list of modules to the answer area and arrange them in the correct order.