Recent Releases of https://github.com/d3group/ddopai

https://github.com/d3group/ddopai - Bakery datasets

The bakery dataset contains the demand for 3 products from 35 stores. Moreover, it stores a number of features. A description of targets and features is given below.

Dataset Characteristics:

    :Number of Instances: 127575

    :Number of Targets: 1

    :Number of Features: 13

    :Target Information:
        - 'demand' the corresponding demand observation

    :Feature Information:
        - 'date' the date
        - 'weekday' the day of the week,
        - 'month' the month of the year,
        - 'year' the year,
        - 'is_holiday' whether or not it is a national holiday,
        - 'is_holiday_next2days' whether or not it is a national holiday in the next two days,
        - 'is_schoolholiday' whether or not it is a school holiday,
        - 'store' the store id,
        - 'product' the product id,
        - 'rain' the amount of rain,
        - 'temperature' the average temperature in °C,
        - 'promotion_currentweek' whether or not there is a promotion this week
        - 'promotion_lastweek' whether there was a promotion last week

- Jupyter Notebook
Published by majoma7 over 1 year ago

https://github.com/d3group/ddopai - ARMA(10,10) synthetic datasets

Synthetic datasets with ARMA(10,10) process and 10 features. T = 100,000.

- Jupyter Notebook
Published by majoma7 almost 2 years ago