List of questions
Related questions
Question 84 - Professional Machine Learning Engineer discussion
You are developing an ML model to predict house prices. While preparing the data, you discover that an important predictor variable, distance from the closest school, is often missing and does not have high variance. Every instance (row) in your data is important. How should you handle the missing data?
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.
Your answer:
0 comments
Sorted by
Leave a comment first