Which of the following is a common method for handling missing data in feature engineering?
-
Removing all rows with missing values
-
Imputing missing values with the mean or median
-
Ignoring missing values during model training
-
Using only complete cases for analysis