If you want to get complete dataset for the class project, you can run this code. It includes two versions as follows,
- Run the 'requirements.txt' as follows
pip install -r requirements.txt
-
Download the code to your pc
-
Download dataset
-
Extract 'ml-latest.zip', copy 'movies.csv' and 'ratings.csv' files from the dataset and past those files to the 'dataset_original' folder. All of the processed files will be saved in the 'dataset_processed' folder.
-
Run the 'maincsv_reader.py' or 'maincsv.ipynb'
If you want to get the sequential inputs for training and testing, please check to_seq.py