stocknet-code
stocknet-code copied to clipboard
Code for stock movement prediction from tweets and historical stock prices.
Hi, yumoxu. great work about your paper, but i tried to reproduce the results you mentioned in your paper. only 0.53 i can get. Is there any tricks i should...
""" def _get_unaligned_corpora(self, ss, main_target_date, vocab_id_dict): def get_ss_index(word_seq, ss): ss = ss.lower() ss_index = len(word_seq) - 1 # init if ss in word_seq: ss_index = word_seq.index(ss) else: if '$' in...
Hi, how can I obtain the vocab.txt file? Could you please guide me on how to get it?
My name is Luis, I'm a big-data machine-learning developer, I'm a fan of your work, and I usually check your updates. I was afraid that my savings would be eaten...