AI-900 · Question #154
Drag and Drop Question You need to use Azure Machine Learning designer to build a model that will predict automobile prices. Which type of modules should you use to complete the model? To answer…
The correct answer is Select Columns in Dataset; Split Data; Linear Regression. To predict automobile prices in Azure ML Designer, you first use 'Select Columns in Dataset' to choose relevant features and remove unnecessary columns, then 'Split Data' to divide the dataset into training and testing sets, and finally 'Linear Regression' as the algorithm…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Select Columns in Dataset
- Split Data
- Linear Regression
Explanation
To predict automobile prices in Azure ML Designer, you first use 'Select Columns in Dataset' to choose relevant features and remove unnecessary columns, then 'Split Data' to divide the dataset into training and testing sets, and finally 'Linear Regression' as the algorithm because price prediction is a continuous numerical output (regression problem). This follows the standard supervised learning pipeline: feature selection → data splitting → model training with an appropriate regression algorithm.
Topics
Community Discussion
No community discussion yet for this question.
