exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 51 discussion

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

HOTSPOT -
You have a dataset that contains 2,000 rows. You are building a machine learning classification model by using Azure Learning Studio. You add a Partition and
Sample module to the experiment.
You need to configure the module. You must meet the following requirements:
✑ Divide the data into subsets
✑ Assign the rows into folds using a round-robin method
✑ Allow rows in the dataset to be reused
How should you configure the module? To answer, select the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Use the Split data into partitions option when you want to divide the dataset into subsets of the data. This option is also useful when you want to create a custom number of folds for cross-validation, or to split rows into several groups.
1. Add the Partition and Sample module to your experiment in Studio (classic), and connect the dataset.
2. For Partition or sample mode, select Assign to Folds.
3. Use replacement in the partitioning: Select this option if you want the sampled row to be put back into the pool of rows for potential reuse. As a result, the same row might be assigned to several folds.
4. If you do not use replacement (the default option), the sampled row is not put back into the pool of rows for potential reuse. As a result, each row can be assigned to only one fold.
5. Randomized split: Select this option if you want rows to be randomly assigned to folds.
If you do not select this option, rows are assigned to folds using the round-robin method.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/partition-and-sample

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
phdykd
10 months, 1 week ago
A. Assign to Folds: To divide the data into subsets and assign the rows into folds using a round-robin method. E. Use replacement in the partitioning: To allow the same row to be assigned to multiple folds.
upvoted 3 times
...
phdykd
10 months, 1 week ago
A. Assign to Folds: To divide the data into subsets and assign the rows into folds using a round-robin method. C. Sampling: To allow rows in the dataset to be reused. E. Use replacement in the partitioning: To allow the same row to be assigned to multiple folds.
upvoted 3 times
ajay0011
8 months, 1 week ago
you are wrong given answer is correct, i have checked the module in designer
upvoted 2 times
...
...
synapse
1 year, 9 months ago
The given answer is correct.
upvoted 4 times
...
MohammadKhubeb
1 year, 10 months ago
It is Randomized split because of Round Robin.
upvoted 1 times
David_Tadeu
1 year, 8 months ago
You mean Randomized_split is unchecked because of Round Robin
upvoted 6 times
...
...
Narendra05
2 years, 5 months ago
The Data to divide into fold is already mentioned that option is correct .
upvoted 2 times
parwa
2 years, 5 months ago
1. Assign to Folds 2. use Replacement in the partition - Checked 3. Randomized split- unchecked
upvoted 9 times
YipingRuan
2 years, 4 months ago
Randomized split: Select this option if you want rows to be randomly assigned to folds. If you do not select this option, rows are assigned to folds using the round-robin method.
upvoted 10 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 ...