nerdexam
Microsoft

DP-100 · Question #102

Drag and Drop Question YOU have a data-set that contains over 150 features. You use the dataset to train a Support Vector Machine (SVM) binary classifirer. You need to use the Permutation Feature…

The correct answer is A. Add a Two-Class Support Vector Machine module to initialize the SVM classifier. B. Set the Metric for measuring performance property to Classification - Accuracy and then run the experiment. C. Add a Permutation Feature Importance module and connect the trained model and test dataset. D. Add a dataset to the experiment. E. Add a Split Data module to create training and test datasets. The correct sequence of actions for calculating Permutation Feature Importance for an SVM model in Azure Machine Learning Studio involves data ingestion, data splitting, model initialization, applying the feature importance module, and finally running the experiment.

Explore data and run experiments

Question

Drag and Drop Question YOU have a data-set that contains over 150 features. You use the dataset to train a Support Vector Machine (SVM) binary classifirer. 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 al actions from from the list of Actions to the answer area and arrange them in the correct order. Answer:

Exhibit

DP-100 question #102 exhibit

Options

  • AAdd a Two-Class Support Vector Machine module to initialize the SVM classifier.
  • BSet the Metric for measuring performance property to Classification - Accuracy and then run the experiment.
  • CAdd a Permutation Feature Importance module and connect the trained model and test dataset.
  • DAdd a dataset to the experiment.
  • EAdd a Split Data module to create training and test datasets.

How the community answered

(54 responses)
  • D
    100% (54)

Why each option

The correct sequence of actions for calculating Permutation Feature Importance for an SVM model in Azure Machine Learning Studio involves data ingestion, data splitting, model initialization, applying the feature importance module, and finally running the experiment.

AAdd a Two-Class Support Vector Machine module to initialize the SVM classifier.Correct
BSet the Metric for measuring performance property to Classification - Accuracy and then run the experiment.Correct
CAdd a Permutation Feature Importance module and connect the trained model and test dataset.Correct
DAdd a dataset to the experiment.Correct
EAdd a Split Data module to create training and test datasets.Correct

Concept tested: The underlying technical concept being tested is the standard workflow for building a machine learning experiment in Azure Machine Learning Studio, specifically involving data preparation, model training (implicit), and the application of advanced interpretability techniques like Permutation Feature Importance. It assesses knowledge of module dependencies and the logical flow of operations in a machine learning pipeline.

Topics

#Azure Machine Learning Studio#Permutation Feature Importance#Feature importance#Machine learning workflow

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice