Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 531 Bytes

File metadata and controls

21 lines (13 loc) · 531 Bytes

Sentiment-Analysis

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