
Explanation:
This is a supervised learning regression problem because:
Why other options are incorrect:
Since we're predicting a continuous value (price) based on known input-output pairs, supervised learning regression is the appropriate approach.
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.