Skip to content

CharlesEdisonTripp/pybpr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian Personalized Ranking toolkit

To Do

  • Implement weighted ALS and check the affect of various forms of negative sampling in WALS
  • Check the affect of varios forms of negative sampling on BPR
  • Implement viewed/clicked version of BPR

Installation

Clone the GitHub repository on local machine, cd into the bayesfilt directory and do:

pip install .

For editable install (for development purpose), do

pip install -e .

Developers

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%