powered by
data.table::fread()
Load raw CSV files using data.table::fread() function
m5_get_raw_evaluation(path)m5_get_raw_validation(path)
m5_get_raw_validation(path)
The function returns a list of five data.tables:
sales_train (evaluation/validation)
sales_test (evaluation/validation)
sell_prices
calendar
weights (evaluation/validation)
The directory with the unzipped M5 data files
m5-forecasts repo by Nixtla
if (FALSE) { library(m5) library(zeallot) m5_download('data') c(sales_train, sales_test, sell_prices, calendar, ) %<-% m5_get_raw_evaluation('data') }
Run the code above in your browser using DataLab