Microsoft Azure AI Fundamentals AI-900 Practice Question
You have a dataset containing the following columns: 'Age', 'Education Level', 'Years of Experience', and 'Salary'. You plan to build a machine learning model to predict 'Salary' based on the other columns.
In this scenario, which of the following correctly identifies the features and the label in your dataset?
Features: Salary; Label: Age, Education Level, Years of Experience
Features: Age, Education Level, Years of Experience; Label: Salary
Features: Age, Salary, Education Level, Years of Experience; Label: Salary
Features: Age, Education Level; Label: Salary, Years of Experience