exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 28 discussion

Actual exam question from Microsoft's DP-100
Question #: 28
Topic #: 3
[All DP-100 Questions]

DRAG DROP -
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.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
slash_nyk
Highly Voted 3 years, 10 months ago
Solution is wrong. Add dataset, Add split, Add Two Class, Add Permutation, Set Accuracy
upvoted 69 times
...
hkay
Highly Voted 3 years, 10 months ago
According to the link https://gallery.azure.ai/Experiment/e2ccb5a5d9dc480489ba8ff0b7eb98ac correct answer - add data, split data, add two class, set accuracy, add permutation. You calculate the feature importance post you train your model and get the metrics.a
upvoted 24 times
thhvancouver
3 years, 10 months ago
You can't run the experiment before connect train and and test. Set accuracy has to be the last step
upvoted 17 times
...
hargur
3 years, 7 months ago
Correct, The right answer is Add dataset, train test split, add two class, set accuracy and add permutation
upvoted 3 times
...
Arend78
2 years, 5 months ago
Here's the full text from the SVM example on https://gallery.azure.ai/Experiment/e2ccb5a5d9dc480489ba8ff0b7eb98ac: Experiment Details 1. Add the Adult Census Income Binary Classification dataset to your experiment. 2. Add a Split module to create a training and test datasets. 3. Add a Two-Class Support Vector Machine module to initialize the SVM classifier. 4. Add a Train Model module to train the classifier, and connect the SVM module to the left input port and the training dataset to the right input port. Using the column selector set the Label column to income. 4. Add a Permutation Feature Importance module and connect the trained model and the test dataset to the left and right input ports respectively. Set the Metric for measuring performance property to Classification - Accuracy.
upvoted 4 times
...
...
jl420
Most Recent 6 months, 3 weeks ago
1) Add a dataset to the experiment. 2) Add a Split Data module to create training and test datasets. 3) Add a Two-Class Support Vector Machine module to initialize the SVM classifier. 4) Set the Metric for measuring performance property to Classification - Accuracy and then run the experiment. 5) Add a Permutation Feature Importance module and connect to the trained model and test dataset.
upvoted 1 times
...
evangelist
1 year ago
given answer is not correct: Add a dataset to the experiment Add a Split Data module to create training and test datasets Add a Two-Class Support Vector Machine module to initialize the SVM classifier Set the Metric for measuring performance property to Classification - Accuracy and then run the experiment Add a Permutation Feature Importance module and connect the trained model and test dataset
upvoted 1 times
...
sl_mslconsulting
1 year ago
The provided answer is correct. Have a closer look at the doc provided: 1. Add the Permutation Feature Importance module to your experiment. .... 5. For metric for measuring performance, select ...
upvoted 1 times
...
thea_ipynb69
1 year, 3 months ago
Add a dataset to the experiment ➡️ Add a split data module to create training and test datasets ➡️ Add a two-class support vector machine module to initialize the SVM classifier ➡️ Set the metric for measuring performance property classification - accuracy and then run the experiment ➡️ Add a permutation feature importance module and connect the trained model and test dataset.
upvoted 2 times
...
phdykd
1 year, 10 months ago
4-5-1-2-3
upvoted 2 times
...
fhlos
1 year, 11 months ago
Incorrect solution. Correct from ChatGPT is: Add a dataset to the experiment. Add a Split Data module to create training and test datasets. Add a Two-Class Support Vector Machine module to initialize the SVM classifier. Add a Permutation Feature Importance module and connect the trained model and test dataset. Set the Metric for measuring performance property to "Classification - Accuracy" and then run the experiment.
upvoted 1 times
...
phdykd
2 years, 3 months ago
4-5-1-3-2
upvoted 1 times
...
Edriv
2 years, 4 months ago
https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/permutation-feature-importance#how-to-use-permutation-feature-importance
upvoted 2 times
...
therealola
2 years, 11 months ago
on exam 18-06-22
upvoted 4 times
...
ning
3 years ago
1. add dataset 2. split into train vs test 3. add model 4. connect everything 5. run experiment
upvoted 4 times
ning
2 years, 11 months ago
On a second thought, you can add model anytime before step 4 ... So cannot really tell which one is better ... Either way is good from a practical view ...
upvoted 2 times
...
...
Tj87
3 years, 1 month ago
There's a similar example on this page that explains the order properly: https://gallery.azure.ai/Experiment/e2ccb5a5d9dc480489ba8ff0b7eb98ac 1- Add the Adult Census Income Binary Classification dataset to your experiment. 2- Add a Split module to create training and test datasets. 3- Add a Two-Class Support Vector Machine module to initialize the SVM classifier. 4- Add a Train Model module to train the classifier, and connect the SVM module to the left input port and the training dataset to the right input port. Using the column selector set the Label column to income. 5- Add a Permutation Feature Importance module and connect the trained model and the test dataset to the left and right input ports respectively. Set the Metric for measuring 6- performance property to Classification - Accuracy. So the order seems to be, read data, split data, add Two-Class, add Permutation, set Accuracy
upvoted 3 times
...
TheCyanideLancer
3 years, 4 months ago
Solution appears to be correct as I tried it out in old ml studio, except that steps one and two can be reversed or be kept the as mentioned in the solution.
upvoted 1 times
...
dija123
3 years, 5 months ago
Answer is correct, Add Two Class, Add dataset, Add split, Add Permutation, Set Accuracy
upvoted 1 times
...
hargur
3 years, 7 months ago
on 19Oct2021
upvoted 2 times
...
hkay
3 years, 10 months ago
But according to this link https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/two-class-support-vector-machine, given answer is correct. Still confused because both the methods works fine, either you drag & drop Add two class or add dataset first.
upvoted 3 times
santhoshgoku
3 years, 9 months ago
Both would work since they would be in parallel in the designer view
upvoted 3 times
...
Tj87
3 years, 1 month ago
Another link in the URL you shared shows the Two class is added after reading data and splitting it. https://gallery.azure.ai/Experiment/1cd3b4b943484e3ca27eebedacdd6da6
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...