extract news from csv into news_folder
create pickle of daily news for each company ( {str : date : [str : newsID]} )
bind news with company and delete news without binding
doc2vec method for every news
create pickle of daily trend for each company ( {str : date : int : trend (-1,0,1)} )
create data for training and testing
model training
Python 3.7 with Keras