Skip to content

Instantly share code, notes, and snippets.

View Kaustubhprabhu98's full-sized avatar

Kaustubh Prabhu Kaustubhprabhu98

  • Connecticut, USA
View GitHub Profile
@Kaustubhprabhu98
Kaustubhprabhu98 / sentiment_classification.py
Last active January 11, 2024 20:37 — forked from bonzanini/sentiment_classification.py
Sentiment analysis with scikit-learn
# You need to install scikit-learn:
# sudo pip install scikit-learn
#
# Dataset: Polarity dataset v2.0
# http://www.cs.cornell.edu/people/pabo/movie-review-data/
import sys
import os
import time