implicit
implicit copied to clipboard
recalculate_user for Bayesian Personalized Ranking
Could the .recalculate_user() method be implemented for Bayesian Personalized Ranking?
I'm not sure if this is a lacking feature or if it's simply not theoretically possible with this algorithm - since it works for ALS. Currently the Bayesian Personalized Ranking class throws the following error when I try to call .recalculate_user():
NotImplementedError: recalculate_user is not supported with this model
This would be nice!
Currently I figured out that for my dataset BPR performs much better than ALS.
I'm using NDCG@10 to evaluate.