tiny_m5 | R Documentation |
A piece of data cut from the training dataset used in the M5 challenges on Kaggle. M5 is a challenge from a series organized by Spyros Makridakis.
tiny_m5
The id of the product
The id of the department the product belongs to
The id of the category the product belongs to
The id of the store where the product is sold
The State where the store is located
The number of sold units
The date in a “y-m-d” format
The id of the week the date belongs to
The type of the day (Saturday, Sunday, …, Friday)
The id of the weekday, starting from Saturday
The month of the date
The year of the date
If the date includes an event, the name of this event
If the date includes an event, the type of this event
If the date includes a second event, the name of this event
If the date includes a second event, the type of this event
A binary variable (0 or 1) indicating whether the stores of CA, TX or WI allow SNAP1 purchases on the examined date. 1 indicates that SNAP purchases are allowed
The price of the product for the given week/store. The price is provided per week (average across seven days). If not available, this means that the product was not sold during the examined week. Note that although prices are constant at weekly basis, they may change through time (both training and test set)
The M5 competition: Background, organization, and implementation
Other Walmart datasets in timetk
library(m5) # Head of tiny_m5 head(tiny_m5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.