microsoft / UniRec

UniRec is an easy-to-use, lightweight, and scalable implementation of recommender systems. Its primary objective is to enable users to swiftly construct a comprehensive ecosystem of recommenders using a minimal set of robust and practical recommendation models.
MIT License
40 stars 6 forks source link

Add "max_len" for autoregressive. #9

Closed jing-my closed 3 months ago

jing-my commented 11 months ago

This PR introduces a new data format to specify maximum sequence lengths for user interactions and updates the processing of sequential datasets by dropping the first interaction.

Checklist: