项目作者: wongchiksum
项目描述 :
Python Recommendation System
高级语言: Python
项目地址: git://github.com/wongchiksum/recommendation_system.git
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
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
