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:
- SVD;
- KNNBasic;
- SVDpp;
- Custom
References
Code
Tags
#library
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:
#library