saladcat

Results 7 issues of saladcat

I find the evaluation always run for every user. do you have some example for evaluation on sampled item? I know that this metrics have some bias, but in some...

I see your ensemble formulation in [zhihu](https://zhuanlan.zhihu.com/p/149424540). what does this mean and how did you come up with it.

README.MD Download eval_tool to evaluate the performance. https://bitbucket.org/marcopede/face-eval that is 404 not found

could you upload it? thank you!

I re-run code as follow ``` CUDA_VISIBLE_DEVICES=0 python main.py --dataset=electronic_cell --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8 CUDA_VISIBLE_DEVICES=1 python main.py --dataset=sport_cloth --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8 CUDA_VISIBLE_DEVICES=2 python main.py --dataset=sport_cell --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8 CUDA_VISIBLE_DEVICES=3 python main.py...

I try to use filter_data.py and split_data.py to generate cell_electronic dataset by origin amazon rating file but there are 20447 user, which is different from you git repo ./Data. How...