Surpriselib

Created: 2022-12-12 14:15
#note

It is one of the most famous libraries for RecSys.

It has a base class, AlgoBase, which is divided into 4 categories of algorithms:

  1. SVD;
  2. KNNBasic;
  3. SVDpp;
  4. Custom

References

  1. Surprise
  2. LInkedin Course on RecSys

Code

  1. GitHub

Tags

#library