Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 374 Bytes

File metadata and controls

15 lines (12 loc) · 374 Bytes

MLSentimentAnalysis

All code is done in python and requires the data inside of the main directory. lrMain.py contains hard coded file-paths that point to the training and test data, so those need to match.

###Instructions:

// Install libraries
sudo pip install ... 

// Run from lrMain.py
python lrMain.py

###Libraries: bs4, numpy, scipy, pandas, scikit-learn