ayan-cs / logistic-regression-imdb

Sentiment analysis using 50,000 reviews taken from IMDb movie reviews. The classifier used is Logistic Regression and the Pipeline uses TFIDF-LR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logistic Regression IMDb

  • Sentiment analysis using 50,000 reviews taken from IMDb movie reviews. The classifier used is Logistic Regression and the Pipeline uses TF-IDF Vectorizer and LogisticRegressionCV.
  • The execution has been done on Google Colab.
  • The dataset used here is directly fetched from Kaggle using Kaggle User token and Dataset's API command.

About

Sentiment analysis using 50,000 reviews taken from IMDb movie reviews. The classifier used is Logistic Regression and the Pipeline uses TFIDF-LR.


Languages

Language:Jupyter Notebook 100.0%