Question 136

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 137

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You train and register a machine learning model.
You plan to deploy the model as a real-time web service. Applications must use key-based authentication to use the model.
You need to deploy the web service.
Solution:
Create an AciWebservice instance.
Set the value of the ssl_enabled property to True.
Deploy the model to the service.
Does the solution meet the goal?
  • Question 138

    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?
  • Question 139

    You need to configure the Edit Metadata module so that the structure of the datasets match.
    Which configuration options should you select? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 140

    You use the Azure Machine Learning SDK to run a training experiment that trains a classification model and calculates its accuracy metric.
    The model will be retrained each month as new data is available.
    You must register the model for use in a batch inference pipeline.
    You need to register the model and ensure that the models created by subsequent retraining experiments are registered only if their accuracy is higher than the currently registered model.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.