
Ultimate access to all questions.
You are tasked with developing a machine learning model to predict house prices. While preparing your dataset, you realize that an important feature, 'distance from the closest school,' has a significant number of missing values and does not exhibit high variance. Considering that every instance (row) in your dataset is crucial for the model's performance, how should you address the issue of these missing values?
A
Delete the rows that have missing values.
B
Apply feature crossing with another column that does not have missing values.
C
Predict the missing values using linear regression.
D
Replace the missing values with zeros.