Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 387 Bytes

File metadata and controls

6 lines (5 loc) · 387 Bytes

Recommender System

  • Recommender module is the model for recommendations prediction.
  • Recommender is built on the matrix factorization algorithm.
  • Trainset is the module for dataset procession and utils are utilities.
  • Example.ipynb is the demonstration of the Recommender system work on MovieLens Dataset.