May 2023
In this dataset each record represents a movie-review pair with movie title, description, genres, duration, director, actors, users' ratings, review text, reviewer name, etc. Your task is to build an ML model to predict sentiment of the review text.
Files:
Columns in train.csv:
movieid
- named id of the moviesentiment
- indicating "POSITIVE" or "NEGATIVE", which is the target.Columns in movies.csv:
movieid, title, audienceScore, rating, ratingContents, releaseDateTheaters, releaseDateStreaming, runtimeMinutes, genre, originalLanguage, director, boxOffice, distributor, soundType
The column names are self explanatory.