maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

Evaluation schema #167

Closed agusgun closed 4 years ago

agusgun commented 5 years ago

Can I know why you use the last k as the target and :-k as the sequences. When in sequence recommendation case, isn't it is better to use only the last element in the sequence as the target? CMIIW