Thumbs Up News

Using Machine Learning to filter through RSS news feeds and returning only positive articles

Use nltk.SentimentIntensityAnalysis to add another layer to the classify method

Update the classifier code to use old twitter one since the new one is way too slow!

Create helper function to check if date from article is from todays date and return bool

Test new classifier with json file and check how quick it can classify compared with actual one

Replace classifier with old twitter classifier - got good results and it’s blazing fast!

Improve classification speed by moving loading of the vocabulary and classifier into the classifier class

Create script to run all the scrapers at once and get the data into the same file

Improve code that gets classification from news headlines and save on the file

Write new classifier to see if we can get a better accuracy than 75%