Question 16

You need to identify the methods for dividing the data according to the testing 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 17

The finance team asks you to train a model using data in an Azure Storage blob container named finance-data.
You need to register the container as a datastore in an Azure Machine Learning workspace and ensure that an error will be raised if the container does not exist.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 18

Because of non-linear relationships in the data, the pipeline calculates the natural log (Ln) of the prices in the training data, trains a model to predict this natural log of price value, and then calculates the exponential of the scored label to get the predicted price.
The training pipeline is shown in the exhibit (Click the Training pipeline tab.)

You create a real-time inference pipeline from the training pipeline, as shown in the exhibit. (Click the Real-time pipeline lab.)

You need to modify the inference pipeline to ensure that the web service returns the exponential of the scored label as the predicted automobile price and that client applications are not required to include a price value in the input values.
Which three modifications must you make to the inference pipeline? Each correct answer presents part of the solution.
  • Question 19

    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 20

    You have a dataset that contains over 150 features. You use the dataset to train a Support Vector Machine (SVM) binary classifier.
    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 all actions from the list of actions to the answer area and arrange them in the correct order.