Date of sale
When Kylie started working for Nike, she didn’t believe her first project was at the core of their sales process.
She found a team working on a machine learning model for about a year with mediocre results. After a couple of weeks, Kylie proposed to do some feature engineering around a feature representing the sale date to help the model improve its predictions.
Which of the following are examples of feature engineering techniques that Kylie could do to improve the model?
Replacing the feature representing the date of the sale with three separate columns for the year, month, and day.
Replacing the feature representing the date of the sale with a single value containing the number of seconds since the year started.
Replacing the feature representing the date of the sale with a single value that contains the number of the month.
Keeping the date feature untouched and adding a new column representing the number of samples sold during the same month.