Skip to content

dominicjbroadbent/film_ratings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

film_ratings

Can we predict the viewer rating of a film (on IMDB) from information prior to release, such as the film's streaming platform, critic rating (from Rotten Tomatoes) or genre?

See the notebooks for the data compilation process and analysis.

Note that the file containing the film titles can be downloaded from https://www.imdb.com/interfaces/ [title.basics.tsv.gz].

Environment

The environment is being managed by conda with configuration stored in the 'env.yml' file. To create your environment just use conda env create --file env.yml from the base of the repository. To update using a new config use conda env update --file env.yml --prune. For other conda tasks check out the cheat sheet @ https://docs.conda.io/projects/conda/en/latest/_downloads/843d9e0198f2a193a3484886fa28163c/conda-cheatsheet.pdf .

About

Predicting viewer rating of films.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors