Baselight

IMDB Movie Reviews

Sentiment Analysis on IMDB Movie Reviews

@kaggle.vishakhdapat_imdb_movie_reviews

Loading...
Loading...

About this Dataset

IMDB Movie Reviews

The purpose of this dataset is to facilitate sentiment analysis tasks, particularly in the context of movie reviews. Researchers, data scientists, and machine learning practitioners can use this dataset to train and evaluate sentiment classification models. By analyzing the textual content of reviews and their associated sentiment labels, one can develop algorithms capable of automatically identifying the sentiment conveyed in movie reviews.

Tables

Imdb Dataset

@kaggle.vishakhdapat_imdb_movie_reviews.imdb_dataset
  • 42.67 MB
  • 50,000 rows
  • 2 columns
Loading...
CREATE TABLE imdb_dataset (
  "review" VARCHAR,
  "sentiment" VARCHAR
);

Share link

Anyone who has the link will be able to view this.