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
170 stars 38 forks source link

Can you explain how to generate the file NYC.npy ? #8

Closed Davidchenw closed 3 years ago

Davidchenw commented 3 years ago

Can you explain how to encode the time in hours in the file NYC.npy?

yingtaoluo commented 3 years ago

Oh, we basically only record the time information of the original dataset down to the detail level of minutes and then /60 to get the int value as hours.