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

How to integrate user's features and items's features #11

Closed ralgond closed 5 months ago

ralgond commented 5 months ago

Hi,

Can UniRec integrates users' features and items's into model (especially ConvFormer), just like Transformers4Rec and SASRecF in RecBole?

thanks!