SSSxCCC / Recommender-System

A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.
MIT License
410 stars 93 forks source link

关于topdata的生成 #8

Open wynla opened 3 years ago

wynla commented 3 years ago

想问下topk的数据是怎么生成?

SSSxCCC commented 3 years ago

详见Recommender_System/utility/evaluation.py的topk_evaluate函数