DP-100 Exam Question 86

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?
  • DP-100 Exam Question 87

    You are performing clustering by using the K-means algorithm.
    You need to define the possible termination conditions.
    Which three conditions can you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 88

    You are implementing hyperparameter tuning for a model training from a notebook. The notebook is in an Azure Machine Learning workspace. You add code that imports all relevant Python libraries.
    You must configure Bayesian sampling over the search space for the num_hidden_layers and batch_size hyperparameters.
    You need to complete the following Python code to configure Bayesian sampling.
    Which code segments 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 89

    You have a Jupyter Notebook that contains Python code that is used to train a model.
    You must create a Python script for the production deployment. The solution must minimize code maintenance.
    Which two actions should you perform? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 90

    You use the Azure Machine Learning SDK in a notebook to run an experiment using a script file in an experiment folder.
    The experiment fails.
    You need to troubleshoot the failed experiment.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.