DP-100 Exam Question 126

You need to configure the Permutation Feature Importance module for the model training requirements.
What should you do? To answer, select the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 127

You are using the Azure Machine Learning Service to automate hyperparameter exploration of your neural network classification model.
You must define the hyperparameter space to automatically tune hyperparameters using random sampling according to following requirements:
The learning rate must be selected from a normal distribution with a mean value of 10 and a standard deviation of 3.
Batch size must be 16, 32 and 64.
Keep probability must be a value selected from a uniform distribution between the range of 0.05 and 0.1.
You need to use the param_sampling method of the Python API for the Azure Machine Learning Service.
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.

DP-100 Exam Question 128

You have an Azure Machine Learning workspace.
You plan to implement automated hyperparameter tuning for model training in the workspace.
You need to select the sweep jobs parameter sampling method that will randomize the selection of hyperparameters from the search space but allow for reproducing search results.
Which sampling method should you use?
  • DP-100 Exam Question 129

    You register a model that you plan to use in a batch inference pipeline.
    The batch inference pipeline must use a ParallelRunStep step to process files in a file dataset. The script has the ParallelRunStep step runs must process six input files each time the inferencing function is called.
    You need to configure the pipeline.
    Which configuration setting should you specify in the ParallelRunConfig object for the PrallelRunStep step?
  • DP-100 Exam Question 130

    You use the designer to create a training pipeline for a classification model. The pipeline uses a dataset that includes the features and labels required for model training.
    You create a real-time inference pipeline from the training pipeline. You observe that the schema for the generated web service input is based on the dataset and includes the label column that the model predicts.
    Client applications that use the service must not be required to submit this value.
    You need to modify the inference pipeline to meet the requirement.
    What should you do?