fulifeng / Temporal_Relational_Stock_Ranking

Code for paper "Temporal Relational Ranking for Stock Prediction"
https://arxiv.org/pdf/1809.09441.pdf
GNU Affero General Public License v3.0
438 stars 164 forks source link

Missing file #4

Open jainkshitij opened 5 years ago

jainkshitij commented 5 years ago

The data folder is missing NASDAQ_wiki.csv and similarly NYSE_wiki.csv

fulifeng commented 4 years ago

Did you try to uncompress the relation.tar.gz?

zhengzetao commented 3 years ago

Did you try to uncompress the relation.tar.gz?

I have uncompress the tar.gz file both in Linux and windows system but still can not find the NASDAQ_wiki.csv

DataBoyTX commented 2 years ago

I am not seeing the data either, any update on this issue @fulifeng ? Also, very interested to know how this data was extracted from wikidata, did you create SPARQL queries on the wikidata service?

$ tar tzvf relation.tar.gz
drwxrwxr-x  0 ffl    ffl         0 Nov 21  2018 relation/
drwxrwxr-x  0 ffl    ffl         0 Nov 21  2018 relation/sector_industry/
-rw-rw-r--  0 ffl    ffl     11407 Nov 21  2018 relation/sector_industry/NASDAQ_industry_ticker.json
-rw-rw-r--  0 ffl    ffl     16050 Nov 21  2018 relation/sector_industry/NYSE_industry_ticker.json
-rw-rw-r--  0 ffl    ffl 816876672 Nov 21  2018 relation/sector_industry/NASDAQ_industry_relation.npy
-rw-rw-r--  0 ffl    ffl 2606834112 Nov 21  2018 relation/sector_industry/NYSE_industry_relation.npy
drwxrwxr-x  0 ffl    ffl          0 Nov 21  2018 relation/wikidata/
-rw-rw-r--  0 ffl    ffl  362120640 Nov 21  2018 relation/wikidata/NASDAQ_wiki_relation.npy
-rw-rw-r--  0 ffl    ffl  796532712 Nov 21  2018 relation/wikidata/NYSE_wiki_relation.npy
-rw-rw-r--  0 ffl    ffl   17835404 Nov 21  2018 relation/wikidata/NYSE_connections.json
-rw-rw-r--  0 ffl    ffl   12998994 Nov 21  2018 relation/wikidata/NASDAQ_connections.json
-rw-rw-r--  0 ffl    ffl        698 Nov 21  2018 relation/wikidata/selected_wiki_connections.csv

Thank you for this work! Impressive and inspiring.