ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 2 - AI-900 discussion

Report
Export

For a machine learning progress, how should you split data for training and evaluation?

A.
Use features for training and labels for evaluation.
Answers
A.
Use features for training and labels for evaluation.
B.
Randomly split the data into rows for training and rows for evaluation.
Answers
B.
Randomly split the data into rows for training and rows for evaluation.
C.
Use labels for training and features for evaluation.
Answers
C.
Use labels for training and features for evaluation.
D.
Randomly split the data into columns for training and columns for evaluation.
Answers
D.
Randomly split the data into columns for training and columns for evaluation.
Suggested answer: B

Explanation:

The Split Data module is particularly useful when you need to separate data into training and testing sets. Use the Split Rows option if you want to divide the data into two parts. You can specify the percentage of data to put in each split, but by default, the data is divided 50-50. You can also randomize the selection of rows in each group, and use stratified sampling.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/split-data

asked 26/09/2024
Oliver Buss
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first