damitkwr / ESRNN-GPU

PyTorch GPU implementation of the ES-RNN model for time series forecasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the model with different data

andrewczgithub opened this issue · comments

Hi @damitkwr

How would you use the model with different data.
Say univariate daily data.

Many thanks,
Best,
Andrew

commented

The M4 model dataset in the link is univariate data. Simply put the dataset in the same format as the M4 dataset and change the hyperparameters accordingly.