Skip to content

Use R script to plot your own personal movie ratings against the average IMDB user's. The R script also runs a KNN Model that predicts what movies you will like based on your personal IMDB ratings.

Notifications You must be signed in to change notification settings

bkhanUVA/imdbmovie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

By: https://github.com/bkhanUVA
 
To get your personal ratings as a csv for input go to imdb.com
Profile --> Your Activity --> See all X Ratings --> triple dot on top right

Note - this script was initially written in 2018. It is currently being cleaned-up (see clean-up branches for current progress).

tmp py cmd: 
/opt/anaconda3/bin/python3.7 prep_data_for_analysis.py --imdb-ratings-file '~/Desktop/geu/Other_Stuff/imdbmovie/data/movies_ratings_sample.tsv' --imdb-metadata-file '~/Desktop/geu/Other_Stuff/imdbmovie/data/movies_metadata_sample.tsv' --output-path '~/Desktop


/opt/anaconda3/bin/python3.7 get_basic_stats.py --imdb-ratings-long '~/Desktop/test_long.tsv' --imdb-ratings-wide '~/Desktop/test_wide.tsv' --output-path '~/Desktop'

About

Use R script to plot your own personal movie ratings against the average IMDB user's. The R script also runs a KNN Model that predicts what movies you will like based on your personal IMDB ratings.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published