Skip to content

No Longer Candide

Compare
Choose a tag to compare
@release-drafter release-drafter released this 13 Feb 02:39
· 2401 commits to main since this release

This version of LensKit splits out the CSR routines into a separate CSR package, allowing LensKit to be a pure Python package.

This also makes a major change to TensorFlow BPR, using popularity-weighted negative sampling by default (this can be disabled with neg_weight=False), and makes our TF recommenders much faster.

What’s Changed