Question 181

You run a script as an experiment in Azure Machine Learning.
You have a Run object named run that references the experiment run. You must review the log files that were generated during the experiment run.
You need to download the log files to a local folder for review.
Which two code segments can you run to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • Question 182

    You are running a training experiment on remote compute in Azure Machine Learning.
    The experiment is configured to use a conda environment that includes the mlflow and azureml-contrib-run packages.
    You must use MLflow as the logging package for tracking metrics generated in the experiment You need to complete the script for the experiment How should you complete the code? To answer, select the appropriate options in the answer area.

    Question 183

    You need to set up the Permutation Feature Importance module according to the model training requirements.
    Which properties should you select? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 184

    You plan to use the Hyperdrive feature of Azure Machine Learning to determine the optimal hyperparameter values when training a model.
    You must use Hyperdrive to try combinations of the following hyperparameter values. You must not apply an early termination policy.
    learning_rate: any value between 0.001 and 0.1
    * batch_size: 16, 32, or 64
    You need to configure the sampling method for the Hyperdrive experiment Which two sampling methods can you use? Each correct answer is a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 185

    YOU have a data-set that contains over 150 features. You use the dataset to train a Support Vector Machine (SVM) binary classifirer.
    You need to use the Permutation Feature Importance module in Azure Machine Learning Studio to compute a set of feature importance scores for the dataset.
    In which order should you perform the actions? To answer move al actions from from the list of Actions to the answer area and arrange them in the correct order.