yingtaoluo / Spatial-Temporal-Attention-Network-for-POI-Recommendation

Codes for a WWW'21 Paper. POI recommender system for location/trajectory prediction.
https://doi.org/10.1145/3442381.3449998
164 stars 39 forks source link

How to reproduce the recall values reported in the paper #18

Closed yeliudev closed 2 years ago

yeliudev commented 2 years ago

Hi @yingtaoluo. Thanks for your great work. I notice that your code only calculates ACC rather than Recall for evaluation. May I ask that how can I obtain the Recall values as reported in your paper? Thanks!

yingtaoluo commented 2 years ago

My apologies that although the evaluation is named "ACC", it is actually Recall. Sorry for the misleading description.

yeliudev commented 2 years ago

I see. Thanks for your reply!