This question evaluates competence in feature engineering, data preprocessing, baseline regression modeling, and model evaluation for tabular price prediction problems.
You are building a model to predict house sale price from a tabular dataset (similar to typical real-estate datasets). The interviewer expects a simple baseline model (e.g., linear regression), but wants to understand your reasoning.
Assume you have a training set with historical sales and a holdout set for evaluation.