You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need the data set for this project, contact me.
About
This is Logistic Regression project to analyse the a dataset of 50,000 IMDB movie reviews as positive and negative. It uses Natural Language Processing to tokenize the documents and also requires pandas library. A review with a rating of atleast 7 is considered to be positive (1) and a review with a rating of atmost 4 is considered to be negativ…