LibRecommender
LibRecommender copied to clipboard
Source code of 'recommend_user' API
I would like to access model.recommend_user API. May I have link of it?
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
Thank you for the link.