ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 46 - DP-100 discussion

Report
Export

HOTSPOT

You write code to retrieve an experiment that is run from your Azure Machine Learning workspace.

Question 46
Correct answer: Question 46

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.


Explanation:

Box 1: from_run_id from_run_id(workspace, experiment_name, run_id)

Create the client with factory method given a run ID.

Returns an instance of the ExplanationClient.

Parameters

Workspace Workspace An object that represents a workspace.

experiment_name str The name of an experiment.

run_id str A GUID that represents a run.

Box 2: list_model_explanations

list_model_explanations returns a dictionary of metadata for all model explanations available.

Returns

A dictionary of explanation metadata such as id, data type, explanation method, model type, and upload time, sorted by upload time

Box 3: explanation

Reference:

https://docs.microsoft.com/en-us/python/api/azureml-contrib-interpret/azureml.contrib.interpret.explanation.explanation_client.explanationclient?view=azure-ml-py

asked 02/10/2024
Yenziwe Yengwa
43 questions
User
0 comments
Sorted by

Leave a comment first