/SentimentAnalysis

This project aims at learning sentiment features from user reviews

Primary LanguagePython

Sentiment Analysis

Dataset

Baseline

Features

Classifiers

  • Random Forest
  • SVM
  • TF/TF-IDF + Naïve bayes

References

  • Kaggle's tutorial on text classification gave us a solid start on this project.