Question 70:
You work as a machine learning specialist at a retail shoe manufacturer. Your marketing department wants to do a promotion for a new running shoe they are about to release into their product pipeline. They need a model to predict sales of the new shoe using the purchase history of their registered customers based on past releases of new shoes. You have decided to use a linear regression algorithm for your model. Your data has thousands of observations and 35 numeric features. While doing analysis to understand your data better, you find 25 observations that have what looks like outlier data points. After speaking to your marketing department, you learn that these values are valid. You also find several hundred observations that have some blank feature values. How should you correct the outlier and blank feature problems?
Answer options:
A.Remove the observations with the outlier data points and replace the blank values with the null value. B.Remove the outlier and blank value observations. C.Remove the observations with the outlier data points and replace the blank values with the mean value. D.Remove the observations with the outlier data points and replace the blank values with the value 0.