Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 770 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 770 Bytes

Installation

$ pip install numpy
$ pip install pandas
$ pip install scikit-surprise

Run Recommendation System

$ cd <project path>
$ python main.py

Leave Recommendation System

Ctrl + C

Put the user preference file and recommendation request file to input folder

User preference file:

  • Filename: UPyyyymmddhhmmss.csv
  • yyyymmddhhmmss is the timestamp of the request
  • The file contains three columns in a row separated by commas, (userID, itemID, score [1.0-5.0])

Recommendation request file:

  • Filename: RRyyyymmddhhmmss.csv
  • yyyymmddhhmmss is the timestamp of the request
  • The file contains one row with one column (userID)

Screen Shot

screenshot