Skip to content

A random forrest classifier used to predict if the sentiment of a stock analysis headline will be accurate to the stock's performance

Notifications You must be signed in to change notification settings

JBFH-Dev/Stock-Headline-Sentiment-Accuracy-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#               README
#   - This code requires the use of the following Python packages:
#       * Pandas
#       * Numpy
#       * Matplotlib
#       * Sklearn
#       * Stanza
#       * NLTK

#
#   - These packages must be the versions available as of 24/05/2021 or higher
#
#   - To install/update these packages type:
#       -$ pip3 install <PACKAGE NAME> -U
#
#   - CSV files are also required which can be found in the included folder 'NLPData'
#
#   RUNNING THE CODE
#   - Ensure that the file structure is as follows (Other csv files are included for convenience but not necessary):
#      | HeadlinePerfModel.py
#        NLPData/
#          | semantic_headlines.csv
#          | api_response_window_91.csv

#
#   - Navigate to the parent directory of HeadlinePerfModel.py
#
#   - Type the following into the terminal
#       -$ python3 HeadlinePerfModel.py
#

About

A random forrest classifier used to predict if the sentiment of a stock analysis headline will be accurate to the stock's performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages