AI-900 · Question #154
AI-900 Question #154: Real Exam Question with Answer & 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 becaus
Question
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, drag the appropriate modules to the correct locations. Each module may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:
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.