Skip to content

rajtulluri/IMDB-reviews-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

IMDB-reviews-sentiment-analysis

IMDB is a popular database of information for all visual entertainments. The dataset contains 50000 reviews posted on IMDB along with a target variable denoting if a review has a positive sentiment or a negative sentiment. The dataset can be found at this Link The notebook contains code to preprocess and clean the reviews for feature preparation and model implementation - LogisticRegression, SupportVector and RandomForest.