Exam AI-900 All QuestionsBrowse all questions from this exam
Question 2

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

    Correct Answer: B

    The correct approach to splitting data for training and evaluation in a machine learning process is to randomly divide the data into rows for training and rows for evaluation. This method ensures that both training and evaluation sets are representative of the overall dataset, thus helping to create a more accurate model. Randomly splitting into rows helps in mitigating any bias and ensures that the evaluation of the model's performance is reliable.

Discussion
ExamPwnrOption: B

You split rows not columns: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/split-data#how-to-configure-split-data

amviOption: B

Answer should be B. https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/split-data

joanna28

on exam 28/06/2024

sbs_2010

This questions was there in my todays exam

Boss001Option: B

B. Randomly split the data into rows for training and rows for evaluation.

fgugliaOption: B

Absolutely B!

holymolly

contact for full questions <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="bcd1d3d0d0c592dbddcec8d9d2fcd3c9c8d0d3d3d792dfd3d1">[email protected]</a>

amjr2352s

Someone from support can answer me. I bought the unlimited plan but I can't access other exams. and some exams are giving errors when I access them.

Vanessa23

training vs evaluation ratio: 70% vs 30%

LogenOption: B

B is correct

shiruKOption: B

B makes sense

RJ1989Option: B

B is correct

Dip_ml_2023Option: B

Split the data for training and testing. randomly 75-25 split on row may be a good idea.

AzlearnRB

on exam in July 2023

Rahulkhd

I have found some answer are wrong and explanation is not proper. You can use this course for proper explanation and correct answers https://www.udemy.com/course/microsoft-azure-ai-900-latest-practice-test-2023/?referralCode=25EA856C8C63BC4DE950

Hitman9991

Hi , can you give your udemy credientials, so that i can refer the course

sowhkkOption: B

B est correct

rdemontisOption: B

give answer is correct, you can randomly split rows in order to have a variable sample to train and to evaluate the model