Soroush98/LSTM-CNN_Stock

Where is the 'multiple pipeline' in LSTM_CNN_Multi.py ?

Opened this issue · 1 comments

Hi,
Thank you for your very helpful implementation codes.

I got some questions about 'LSTM_CNN_Multi.py'.

According to paper, the proposed model consists of 3 multiple pipeline.
However, I can not find the multiple pipeline in the code file...

Is there any something that I miss..?

Hi Lovel, I'm glad to hear that you found the information and implementation codes helpful! Multi means that i include multiple columns of the data for features Instead of one column. I haven't implemented the pipeline.