open-mind 5e5cbf33e0 | ||
---|---|---|
database | ||
.gitignore | ||
config.py | ||
readme.txt | ||
recommend.conf | ||
recommend.py | ||
requirements.txt | ||
xietongguolv.py |
readme.txt
1、导入表 database/user_relations_index.sql
2、运行xietongguolv.py,进行协同过滤预处理工作
3、调用recommend.py
获取推荐列表 python recommend.py uid -n neighbor_num -l list_num
获取帮助信息(包含参数含义) python recommend.py -h