fidelity / mab2rec

[AAAI 2024] Mab2Rec: Multi-Armed Bandits Recommender
https://fidelity.github.io/mab2rec/
129 stars 26 forks source link

Support for multiple feature types #10

Closed ayush488 closed 2 years ago

ayush488 commented 2 years ago

Can the user and item feature contain a mixture of continuous and categorical features?

bkleyn commented 2 years ago

Yes, if they are numeric. Depending on the cardinality it might be better to one-hot-encode (or similar) the categorical features though.