HOTSPOT

HOTSPOT
You write code to retrieve an experiment that is run from your Azure Machine Learning workspace.
The run used the model interpretation support in Azure Machine Learning to generate and upload a model explanation.
Business managers in your organization want to see the importance of the features in the model.
You need to print out the model features and their relative importance in an output that looks similar to the following.

How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

microsoft-exams

2 thoughts on “HOTSPOT

  1. 1. client = ExplanationClient.from_run_id()
    2. explanation = client.download_model_explanation()
    3. explanation.get_feature_importance_dict()

    1
    1
    1. tendoguard, you’ve helped correct a lot of answers so thank you for that!

      Do you by any chance have more reliable and up to date resources I can use? Anything that helps.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.