edit ./etc/config.ini
python ./tools/preprocess.py
get data from mongodb and format
python ./tools/standard_douban_recommend.py
get standard recommend result of douban from mongodb
python ./tools/get_prefix.py
get prefix map from mongo
[predict mode]
python ./rec_content_based.py predict
[train mode]
python ./rec_content_based.py train
calculate recommend data result and write into redis. if you run mode 'train', the weight of train will be work in this time and history weight should be modify manually if you like the 'train' weight and want to affect next 'work' mode. prefix mode like work mode ,but result add prefix ahead of value.
crontab
per week