0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the admin site use mongonaut. More... about 12 years ago
Save the sentiment to the database, thank goodness I don't have to run migrations! More... about 12 years ago
Add a blank line at the end of the file. More... about 12 years ago
Remove all commented out code, that is what we are using git for after all. More... about 12 years ago
Listify predictions. More... about 12 years ago
Awesome that we are not using an SQL where we have to struggle to change the scehema, set out database model once and for all. More... about 12 years ago
Update the vectorizer to store an inverted map from row number to document. More... about 12 years ago
Add english as language for all twitter API fetches. More... about 12 years ago
Move SENTIMENT_MAP to vectorizer since that is where it belongs, also create a reverse map. More... about 12 years ago
Update mapreduce to operate on our database. More... about 12 years ago
Add the statements to print the results of the mapreduce. More... about 12 years ago
Let web ui work on single classifier for now. More... about 12 years ago
Minor fixes and add imports to vectorizer. More... about 12 years ago
Remove all the code from mapreduce that have been moved to classification module and print some useful messages. More... about 12 years ago
Implement the mapreduce initializer and classification. More... about 12 years ago
Implement the very early version of classification module. More... about 12 years ago
There is no reason for train.py to be an executable. More... about 12 years ago
Use the home brewn vectorizer than the scikit.learn while training. More... about 12 years ago
Rename function name to follow convention and get rid of the system specific path call. More... about 12 years ago
Reimplement the whole mapper and reducer to use the new custom vectorizer API. More... about 12 years ago
Extend the feature extractor from Scikit learn to add a method to build the feature matrix from the MapReduce output from Disco. More... about 12 years ago
Updated mapper to extend CountVectorizer class from train.py(SciKit Learn) More... about 12 years ago
Reimplement the map reduce using chunked tag and make things work. More... about 12 years ago
Get rid of buckets.txt, no data file should exist in a git repository! More... about 12 years ago
Build feature vector from map-reduce output. More... about 12 years ago
Define reducer function More... about 12 years ago
Map reduce added. More... about 12 years ago
Merge branch 'master' of https://bitbucket.org/madhusudancs/sentiment-analyzer More... about 12 years ago
Show date since and use UTC in our local settings module. More... about 12 years ago
Fix links and CSRF for header form. More... about 12 years ago