Fit callback in BPR model#590
Conversation
|
Hi. Adding callback looks good to me, but
|
|
Hi! IMHO, I found it more useful if callback function will have straight access to model and that may be better for evaluation than ALS callback format. And if it would be in |
|
I think your idea makes sense. however, it looks not good practice that same function (also sharing same name) has different behaviors in a different module. So, considering that |
ita9naiwa
left a comment
There was a problem hiding this comment.
my one suggestion is that it will be also good if ALS and other recommender models take fit_callback as an argument
|
That sounds good, also I kept backward compatibility in ALS model |
I found
fit_callbackin ALS implementation, but it can be also useful in BPR model. For example: