Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 467 Bytes

File metadata and controls

23 lines (12 loc) · 467 Bytes

COMP533 Final Project

Dev Info

Data preparation

https://datasets.imdbws.com/

First put the downloaded data with .tsv suffixes into a directory such as ./data.

Code organization

./python # python files for data sampling and cleaning
./sql # sql files for relation definitions and analyses

Data Sample

python ./python/subsample.py [data_dir] [sample_ratio (0, 1]]

Data Clean

python ./python/clean.py [sample_data_dir]