Question 281

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.
  • Question 282

    You use Azure Machine Learning to implement hyperparameter tuning for an Azure ML Python SDK v2-based model training.
    Training runs must terminate when the primary metric is lowered by 25 percent or more compared to the best performing run.
    You need to configure an early termination policy to terminate training jobs.
    Which values should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 283

    You have machine learning models produce unfair predictions across sensitive features.
    You must use a post-processing technique to apply a constraint to the models to mitigate their unfairness.
    You need to select a post-processing technique and model type.
    What should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 284

    You need to visually identify whether outliers exist in the Age column and quantify the outliers before the outliers are removed.
    Which three Azure Machine Learning Studio 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.

    Question 285

    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)