recommenders-team/recommenders

How can I add exclude items while using BPR

Open

#1264 aperta il 24 dic 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (2972 fork)batch import
help wanted

Metriche repository

Star
 (17.706 star)
Metriche merge PR
 (Merge medio 6g 16h) (10 PR mergiate in 30 g)

Descrizione

Adding exclude_items list when using BPR.recommend or recommend_all

So, I have a need where I must exclude certain list of items for recommendation when using recommend or recommend_all. Mainly due to time constraint.

How do I implement this?

I though about doing top_k * 3, then filtering on my own side but that method is very ugly and might not even work, maybe all top_k * 3 recommendation might be in exclude list.

Guida contributor