Summary of the Recommendation Models

NewsRecLib integrates, to date, 13 recommendation models, partitioned into two classes: general recommenders (GeneralRec) and fairness-aware recommenders (FairRec).

All the recommendation models inherit from a common abstract class:

  • GeneralRec

  • FairRec