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

About the Input and output

chendiva opened this issue · comments

Hi there,
My dataset only have two column- Date and Price. Is it possible to let the input be the price and the output be the price as well. If so, how should I divide them into x_train,y_train, and x_test, y_test. Will the algorithm do it for me automatically? Or if I only have these two columns, I will not be able to use this algorithm?