massquantity / LibRecommender

Versatile End-to-End Recommender System
https://librecommender.readthedocs.io/
MIT License
336 stars 59 forks source link

Source code of 'recommend_user' API #496

Open BhaveshBhansali opened 4 weeks ago

BhaveshBhansali commented 4 weeks ago

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

massquantity commented 4 weeks ago

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