Question 86

You plan to use a Data Science Virtual Machine (DSVM) with the open source deep learning frameworks Caffe2 and Theano. You need to select a pre configured DSVM to support the framework.
What should you create?
  • Question 87

    You write code to retrieve an experiment that is run from your Azure Machine Learning workspace.
    The run used the model interpretation support in Azure Machine Learning to generate and upload a model explanation.
    Business managers in your organization want to see the importance of the features in the model.
    You need to print out the model features and their relative importance in an output that looks similar to the following.

    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 88

    You tram and register a model by using the Azure Machine Learning Python SDK v2 in a local workstation. Python 3.7 and Visual Studio Code are instated on the workstation.
    When you try to deploy the model into production to a Kubernetes online endpoint you experience an error in the scoring script that causes deployment to fail.
    You need to debug the service on the local workstation before deploying the service to production.
    Which three actions should you perform m sequence? To answer, move the appropriate actions from the list of actions from the answer area and arrange them in the correct order.

    Question 89

    You create a Python script named train.py and save it in a folder named scripts. The script uses the scikit- learn framework to train a machine learning model.
    You must run the script as an Azure Machine Learning experiment on your local workstation.
    You need to write Python code to initiate an experiment that runs the train.py script.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 90

    You need to use the Python language to build a sampling strategy for the global penalty detection models.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.