Goal: Try to classify the sentiment of news articles, specifically those related to the stock market, from just the headline.
Data: TwoSigma's Kaggle competition, "Using News to Predict Stock Movements". Located in /data
.
Procedure:
Depndencies:
-
Fast.ai
pip install fastai
-
Pytorch
pip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-linux_x86_64.whl
-
Numpy
pip install numpy
-
Pandas
pip install pandas