R/m5-package.R

#' m5: 'M5 Forecasting' Challenges Data
#'
#' Contains functions, which facilitate downloading, loading and preparing data
#' from 'M5 Forecasting' challenges (by 'University of Nicosia', hosted on 'Kaggle').
#' The data itself is set of time series of different product sales in 'Walmart'.
#' The package also includes a ready-to-use built-in M5 subset named `tiny_m5`.
#' For detailed information about the challenges, see:
#' Makridakis, Spyros & Spiliotis, Evangelos & Assimakopoulos, Vassilis. (2020).
#' The M5 Accuracy competition: Results, findings and conclusions. <doi:10.1016/j.ijforecast.2021.10.009>
#'
#' @author Krzysztof Joachimiak
#' @keywords package internal
#' @name m5-package
#' @aliases m5
#' @docType package
NULL

Try the m5 package in your browser

Any scripts or data that you put into this service are public.

m5 documentation built on Sept. 12, 2022, 9:05 a.m.