m5_demand_type: Classify time series of the particular items
Description
Each time series in the dataset can be assigned one of the following classes:
Usage
m5_demand_type(data)
Value
A data.table containing item ids (item_id and store_id),
ADI and CV2 scores (adi and cv2 respectively) as well as the final
class chosen based on the aforementioned scores (demand_type).
Arguments
data
The result of the m5_prepare function; tiny_m5 can be passed as well.