Question 66

You manage an Azure Machine Learning workspace. You train a model named model1.
You must identify the features to modify for a differing model prediction result.
You need to configure the Responsible Al (RAI) dashboard for model1.
Which three actions should you perform in sequence? To answer move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Question 67

You are developing deep learning models to analyze semi-structured, unstructured, and structured data types.
You have the following data available for model building:
Video recordings of sporting events
Transcripts of radio commentary about events
Logs from related social media feeds captured during sporting events
You need to select an environment for creating the model.
Which environment should you use?
  • Question 68

    Hotspot Question
    You are implementing hyperparameter tuning for a model training from a notebook. The notebook is in an Azure Machine Learning workspace. You add code that imports all relevant Python libraries.
    You must configure Bayesian sampling over the search space for the num_hidden_layers and batch_size hyperparameters.
    You need to complete the following Python code to configure Bayesian sampling.
    Which code segments should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 69

    You have the following Azure subscriptions and Azure Machine Learning service workspaces:

    You need to obtain a reference to the ml-project workspace.
    Solution: Run the following Python code:

    Does the solution meet the goal?
  • Question 70

    You need to use the Python language to build a sampling strategy for the global penalty detection models.
    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.