
Explanation:
This is a supervised learning regression problem because:
Labeled Data: You have a dataset with features (location, size, number of bedrooms) and corresponding house prices (labels/target variable).
Prediction Task: The goal is to predict a continuous numerical value (house price) based on input features.
Regression vs Classification: Since the target variable (price) is continuous, this is a regression problem, not classification.
Why other options are incorrect:
Key Machine Learning Concepts:
In AWS context, this could be implemented using services like Amazon SageMaker for building, training, and deploying machine learning models.
Ultimate access to all questions.
You have a dataset with features such as location, size, number of bedrooms, and the corresponding house prices. You need to build a model to predict the price of a new house. Which approach fits best?
A
Unsupervised Learning
B
Reinforcement Learning
C
Supervised Learning (Regression)
D
Clustering
No comments yet.