Question 66

You are performing a filter based feature selection for a dataset 10 build a multi class classifies by using Azure Machine Learning Studio.
The dataset contains categorical features that are highly correlated to the output label column.
You need to select the appropriate feature scoring statistical method to identify the key predictors. Which method should you use?
  • Question 67

    You arc I mating a deep learning model to identify cats and dogs. You have 25,000 color images.
    You must meet the following requirements:
    * Reduce the number of training epochs.
    * Reduce the size of the neural network.
    * Reduce over-fitting of the neural network.
    You need to select the image modification values.
    Which value should you use? To answer, select the appropriate Options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 68

    You are evaluating a completed binary classification machine learning model.
    You need to use the precision as the valuation metric.
    Which visualization should you use?
  • Question 69

    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.

    Question 70

    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 a classification model by using a logistic regression algorithm.
    You must be able to explain the model's predictions by calculating the importance of each feature, both as an overall global relative importance value and as a measure of local importance for a specific set of predictions.
    You need to create an explainer that you can use to retrieve the required global and local feature importance values.
    Solution: Create a MimicExplainer.
    Does the solution meet the goal?