Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@ita9naiwa ita9naiwa released this 25 Nov 11:17
· 242 commits to dev since this release

Update

  • Add CUDA accelerated BPR-MF
    sample usage

    • When tested against ml-20m and Kakao Brunch Dataset, CUDA version of BPR-MF was about 5x times faster than CPU implementation of BPR-MF in training time.
  • Add metric truncated AUC

  • Add notebook examples

  • Update documents

Bug fixes

  • Fix SGD update of BPR
  • Fix to use bias when calculating top-k recommendation in BPR-MF

Misc

  • Clean code(linting, refactoring)
  • Add internal data type check and state check
  • Change validation format to be CSR matrix
    • Validation took about 40% faster than the previous version.
    • but this might be harmful because it requires larger memory during validation.