m5_get_raw {m5}R Documentation

Load raw CSV files using data.table::fread() function

Description

Load raw CSV files using data.table::fread() function

Usage

m5_get_raw_evaluation(path)

m5_get_raw_validation(path)

Arguments

path

The directory with the unzipped M5 data files

Value

The function returns a list of five data.tables:

References

m5-forecasts repo by Nixtla

Examples

## Not run: 
library(m5)
library(zeallot)

m5_download('data')
c(sales_train,
  sales_test,
  sell_prices,
  calendar,
  ) %<-% m5_get_raw_evaluation('data')

## End(Not run)

[Package m5 version 0.1.1 Index]