LibRecommender icon indicating copy to clipboard operation
LibRecommender copied to clipboard

Source code of 'recommend_user' API

Open BhaveshBhansali opened this issue 1 year ago • 1 comments

I would like to access model.recommend_user API. May I have link of it?

BhaveshBhansali avatar Jun 25 '24 13:06 BhaveshBhansali

model.recommend_user mainly inherits from the base classes, and different models have different base classes. For example, the DeepFM doc indicates the base class is TfBase, so the link is https://github.com/massquantity/LibRecommender/blob/master/libreco/bases/tf_base.py#L186

massquantity avatar Jun 26 '24 04:06 massquantity

Thank you for the link.

BhaveshBhansali avatar Jul 27 '24 12:07 BhaveshBhansali