Skip to content

Releases: kakao/buffalo

Release 1.1.1

24 Mar 04:02
Compare
Choose a tag to compare

WARNING: THIS IS BROKEN VERSION

Bug Fixes

  • Fix failure with creating a large database
  • Fix bug that get_most_similar_item returns Nan values.

Misc

Release 1.1.0

25 Nov 11:17
Compare
Choose a tag to compare

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.

Release 1.0.10

06 Sep 06:35
Compare
Choose a tag to compare

Bug Fixes

  • hotfix, backward compatibility for pbar, iter_pbar

Release 1.0.9

06 Sep 02:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix numerical error when calculating training loss in conjugate gradient method(CPU implementation only)
  • Fix broken print out for progress bar.

Release 1.0.8

05 Sep 01:49
Compare
Choose a tag to compare

Misc

  • No longer need root permission for installation.

Release 1.0.7

03 Sep 08:32
Compare
Choose a tag to compare

Bug Fixes

  • Correct illegal Python Index Package(PIP). (Added missing files to MANIFEST)

Misc

  • Apply #10
  • Update unittest for travis-ci environments.

Release 1.0.6

02 Sep 13:49
Compare
Choose a tag to compare

Misc

  • Added travis-ci (WIP)
  • Added examples/Dockerfile #7
  • Correct stream default option(disable sppmi)

Release v1.0.5

29 Aug 23:32
Compare
Choose a tag to compare

Misc

  • Fix memory corruption error when using optimize feature of ALS
  • Correct typos

Release 1.0.4

29 Aug 06:50
Compare
Choose a tag to compare

Misc

  • Now buffalo can be installed with Python Package Index. pip install buffalo
  • Added ld.conf.d/buffalo.pc.