DP-100 Exam Question 121

You use Azure Machine Learning to train a model based on a dataset named dataset1.
You define a dataset monitor and create a dataset named dataset2 that contains new data.
You need to compare dataset1 and dataset2 by using the Azure Machine Learning SDK for Python.
Which method of the DataDriftDetector class should you use?
  • DP-100 Exam Question 122

    You use the following code to run a script as an experiment in Azure Machine Learning:

    You must identify the output files that are generated by the experiment run.
    You need to add code to retrieve the output file names.
    Which code segment should you add to the script?
  • DP-100 Exam Question 123

    You use the Azure Machine Learning designer to create and run a training pipeline.
    The pipeline must be run every night to inference predictions from a large volume of files. The folder where the files will be stored is defined as a dataset.
    You need to publish the pipeline as a REST service that can be used for the nightly inferencing run.
    What should you do?
  • DP-100 Exam Question 124

    You have an Azure Machine Learning workspace. You build a deep learning model.
    You need to publish a GPU-enabled model as a web service.
    Which two compute targets can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 125

    You create an Azure Machine Learning workspace.
    You must create a custom role named DataScientist that meets the following requirements:
    Role members must not be able to delete the workspace.
    Role members must not be able to create, update, or delete compute resource in the workspace.
    Role members must not be able to add new users to the workspace.
    You need to create a JSON file for the DataScientist role in the Azure Machine Learning workspace.
    The custom role must enforce the restrictions specified by the IT Operations team.
    Which JSON code segment should you use?