Time series data

Two other options than RNN approach:

  1. convert the date&hour to categorical variables and Use tabula learner (same as Rossmann example, but without “log” of dependent variable)

  2. use a convolutional approach with transformations like Gramian Angular field - for details see Time series/ sequential data study group

2 Likes