Question 7:
You are working for a consulting firm in their machine learning practice. Your current client is a sports equipment manufacturer. You are building a linear regression model to predict ski and snowboard sales based on the daily snowfall in various regions around the country. After you have cleaned and performed feature engineering on your CSV data, which of the following tasks would you perform next?
Answer options:
A.Use the scikit-learn cross_validate method to evaluate the estimation precision of your model B.Load your data into a pandas DataFrame and remove header rows and any superfluous features C.Use one-hot encoding to convert categorical values, such as ‘region of the country’ to numerical values D.Shuffle your data using a shuffling technique