The Dataset
Learn about the retail dataset used for the project.
Chapter Goals:
- Learn about the retail dataset used in this case study
- Read the separate data files that comprise the dataset
A. Starting off the project
Let’s say you’re a machine learning engineer at a large retail corporation, and your supervisor just gave you this dataset and said,
“I want a system that can make future sales predictions for these 45 stores. We want to know whether they’ll make enough money to justify keeping them. Here’s a dataset containing the past sales of these stores.”
This is a pretty short and vague description of the project, which is normally the type of description you’d get from a manager or supervisor. Luckily, we can ...