goiter / CoCPC

49 stars 17 forks source link

Copula-based Contrastive Prediction Coding (Co-CPC)

This repository releases the code and data for stock movement prediction by considering the coupling with macroeconomic indicators. Please cite the follow paper if you use this code.

G. Wang, L. Cao, et.al, Coupling Macro-Sector-Micro Financial Indicators for LearningStock Representations with Less Uncertainty, AAAI 2021.

Should you have any query please contact me at wgf1109@gmail.com.

Dependencies

Directories

Data Preprocess

Due to the upload limit, we just upload the smaller one preprocessed data in pickle format. For larger data, you can generate the data by running load_data.py file.

Running