Question 56

You run an automated machine learning experiment in an Azure Machine Learning workspace. Information about the run is listed in the table below:

You need to write a script that uses the Azure Machine Learning SDK to retrieve the best iteration of the experiment run. Which Python code segment should you use?
  • Question 57

    You create a multi-class image classification deep learning model.
    You train the model by using PyTorch version 1.2.
    You need to ensure that the correct version of PyTorch can be identified for the inferencing environment when the model is deployed.
    What should you do?
  • Question 58

    You have a model with a large difference between the training and validation error values.
    You must create a new model and perform cross-validation.
    You need to identify a parameter set for the new model using Azure Machine Learning Studio.
    Which module you should use for each step? To answer, drag the appropriate modules to the correct steps. Each module may be used once or more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 59

    You create an Azure Machine Learning workspace.
    You need to detect data drift between a baseline dataset and a subsequent target dataset by using the DataDriftDetector class.
    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 60

    You use Azure Machine Learning to train a machine learning model.
    You use the following training script in Python to perform logging:

    You must use a Python script to define a sweep job.
    You need to provide the primary metric and goal you want hyperparameter tuning to optimize.
    NOTE: Each correct selection is worth one point.