Question: Which of the following is a common method for handling missing data in feature engineering?
Options:
Correct Answer: Imputing missing values with the mean or median
Solution:
Imputing missing values with the mean or median is a common method to handle missing data, allowing for the retention of more data points.