DP-100 Exam Question 71

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: Install the Azure ML SDK on the Surface Book. Run Python code to connect to the workspace and then run the training script as an experiment on local compute.
  • DP-100 Exam Question 72

    space and set up a development environment. You plan to train a deep neural network (DNN) by using the Tensorflow framework and by using estimators to submit training scripts.
    You must optimize computation speed for training runs.
    You need to choose the appropriate estimator to use as well as the appropriate training compute target configuration.
    Which values 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 73

    You are developing a linear regression model in Azure Machine Learning Studio. You run an experiment to compare different algorithms.
    The following image displays the results dataset output:

    Use the drop-down menus to select the answer choice that answers each question based on the information presented in the image.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 74

    You have several machine learning models registered in an Azure Machine Learning workspace.
    You must use the Fairlearn dashboard to assess fairness in a selected model.
    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 75

    You register a file dataset named csvjolder that references a folder. The folder includes multiple com ma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables:

    You have the following code:


    You need to pass the dataset to ensure that the script can read the files it references. Which code segment should you insert to replace the code comment?
    A)

    B)

    C)

    D)