Go to file
open-mind 5e5cbf33e0 添加readme 文件 2019-03-18 11:14:15 +08:00
database add truncate table command 2019-03-17 21:47:19 +08:00
.gitignore update ignore file 2019-03-18 10:27:07 +08:00
config.py 添加修改配置文件方法 2019-03-18 10:49:34 +08:00
readme.txt 添加readme 文件 2019-03-18 11:14:15 +08:00
recommend.conf 添加修改配置文件方法 2019-03-18 10:49:34 +08:00
recommend.py 添加修改配置文件方法 2019-03-18 10:49:34 +08:00
requirements.txt 添加readme 文件 2019-03-18 11:14:15 +08:00
xietongguolv.py 添加readme 文件 2019-03-18 11:14:15 +08:00

readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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