exam questions

Exam AI-900 All Questions

View all questions & answers for the AI-900 exam

Exam AI-900 topic 1 question 163 discussion

Actual exam question from Microsoft's AI-900
Question #: 163
Topic #: 1
[All AI-900 Questions]

You have a dataset.

You need to build an Azure Machine Learning classification model that will identify defective products.

What should you do first?

  • A. Load the dataset.
  • B. Create a clustering model.
  • C. Split the data into training and testing datasets.
  • D. Create a classification model.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
ferreret
Highly Voted 2 years, 1 month ago
First at all you need to load the dataset, no?
upvoted 20 times
MoneyStacking
5 months, 2 weeks ago
Yes correct, without DATA you cannot even make a model
upvoted 1 times
...
...
fguglia
Highly Voted 2 years, 1 month ago
Selected Answer: A
Correct answer is A... A is the first step
upvoted 11 times
...
jaykaru10
Most Recent 1 week, 6 days ago
Selected Answer: C
Copilot You would load the dataset during the "Upload and Register the Dataset" step. Here's a more detailed breakdown of where this fits in the overall process: Define the Problem Collect and Prepare Data Split Data into Training and Testing Sets: After cleaning and preprocessing your data, split it into training and testing sets. Create an Azure Machine Learning Workspace Upload and Register the Dataset Load the Dataset: This is where you upload your dataset to the Azure Machine Learning workspace and register it so it can be used in your experiments. You can do this through the Azure Machine Learning Studio interface or programmatically using the Azure ML SDK. Choose a Classification Algorithm Train the Model Evaluate the Model Deploy the Model Monitor and Maintain the Model
upvoted 1 times
...
M2000F007fubar
5 months, 2 weeks ago
Lock and Load 1st step...... A = answer
upvoted 1 times
...
Sadhak
9 months, 2 weeks ago
You need to create a Classification model first. Isn't? Then you can load the dataset for training it.
upvoted 1 times
...
BobaFett
10 months ago
A. Load the Dataset
upvoted 1 times
...
henryphchan
10 months, 2 weeks ago
Selected Answer: A
Answer is A. Otherwise, how can you split the data without loading?
upvoted 2 times
...
warchoon
11 months, 3 weeks ago
First create dataset, then configure task https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html
upvoted 1 times
...
CADMAN
1 year, 3 months ago
Splitting the data into training and testing datasets is a crucial step in machine learning model development, as it allows you to train the model on a subset of the data (the training dataset) and then evaluate its performance on a separate dataset (the testing dataset) that it hasn't seen before. Loading the dataset and creating the classification model come after splitting the data, while creating a clustering model is not relevant to this task, as clustering is used for unsupervised learning, while classification is a supervised learning task. Therefore, the correct first step in this scenario is to split the data into training and testing datasets, which will then be used to train and evaluate the Azure Machine Learning classification model. So its C.
upvoted 1 times
Alex_W
10 months, 2 weeks ago
You cannot split a dataset which is not loaded yet, thus correct answer is A.
upvoted 2 times
...
...
Certification_Champs
1 year, 6 months ago
A. Load the dataset. The first step in building an Azure Machine Learning classification model to identify defective products is to load the dataset. Loading the dataset is essential as it provides the data that the model will use for training and testing. Once the data is loaded, you can proceed with other steps like data preprocessing, splitting the data, and creating the classification model.
upvoted 2 times
...
zellck
1 year, 10 months ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/training/modules/create-classification-model-azure-machine-learning-designer/classification-steps You can think of the steps to train and evaluate a classification machine learning model as: - Prepare data: Identify the features and label in a dataset. Pre-process, or clean and transform, the data as needed. - Train model: Split the data into two groups, a training and a validation set. Train a machine learning model using the training data set. Test the machine learning model for performance using the validation data set. - Evaluate performance: Compare how close the model's predictions are to the known labels. - Deploy a predictive service: After you train a machine learning model, you need to convert the training pipeline into a real-time inference pipeline. Then you can deploy the model as an application on a server or device so that others can use it.
upvoted 2 times
...
rdemontis
1 year, 10 months ago
Selected Answer: A
A is the correct answer. The first step in building an Azure Machine Learning classification model to identify defective products is to load the dataset. Loading the dataset is necessary to access and analyze the data, as well as to prepare it for model training. Once the dataset is loaded, you can proceed with data preprocessing, including handling missing values, performing feature engineering, and splitting the data into training and testing datasets (option C). Finally, you can create a classification model (option D) using the prepared dataset. However, the initial step is to load the dataset to work with the data effectively.
upvoted 3 times
...
alexein74
1 year, 11 months ago
Selected Answer: A
A is the right answer
upvoted 2 times
...
Pady1234
2 years ago
Selected Answer: A
Preparing the data, though its not mentioned clearly in "Prepare data" but we can not perform any analysis until data is loaded
upvoted 1 times
...
Rosviul
2 years, 1 month ago
from MS training documentation: https://learn.microsoft.com/en-us/training/modules/create-classification-model-azure-machine-learning-designer/classification-steps "To train a classification model, you need a dataset that includes historical features, characteristics of the entity for which you want to make a prediction, and known label values." You can think of the steps to train and evaluate a classification machine learning model as: 1. Prepare data: Identify the features and label in a dataset. Pre-process, or clean and transform, the data as needed. 2. Train model: Split the data into two groups, a training and a validation set. 3. Evaluate performance: Compare how close the model's predictions are to the known labels. 4. Deploy a predictive service: After you train a machine learning model, you need to convert the training pipeline into a real-time inference pipeline.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago