beta-team / beta-recsys

Beta-RecSys: Build, Evaluate and Tune Automated Recommender Systems
https://beta-recsys.readthedocs.io/en/latest/
MIT License
163 stars 33 forks source link

Triple2Vec complementary products prediciton #411

Open arunbhaskarw10 opened 3 years ago

arunbhaskarw10 commented 3 years ago

Description

How do you suggest we predict complementary product recommendations: item_i.dot(item_j); if we have to use bias should we use item_i = [item_bias, item_i] or item_i as it is?

Other Comments

mengzaiqiao commented 3 years ago

I don't quite get your question. Could you please rephrase your question, or illustrate it with an example?