/class

Primary LanguageJupyter Notebook

To get complete dataset

If you want to get complete dataset for the class project, you can run this code. It includes two versions as follows,

  1. python files, and
  2. ipython note book files.

Getting started

  1. Run the 'requirements.txt' as follows
  • pip install -r requirements.txt
  1. Download the code to your pc

  2. Download dataset

  3. 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.

  4. Run the 'maincsv_reader.py' or 'maincsv.ipynb'

To get sequential inputs

If you want to get the sequential inputs for training and testing, please check to_seq.py

Sample codes for class project

Ipython Notebook