A Pytorch implementation of the paper Temporal Relational Ranking for Stock Prediction. The officical tensorflow implementation is here
Python>=3.6 and torch>=1.3
Once you download the data that provided by link, put the files to the data
folder, and then run the train.py
to train a RelationLSTM using TGC.