Kakao Buffalo Versions Save

TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems

v2.0.5

4 months ago

What's Changed

Full Changelog: https://github.com/kakao/buffalo/compare/v2.0.4...v2.0.5

v2.0.4

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/kakao/buffalo/compare/v2.0.3...v2.0.4

v2.0.3

5 months ago

What's Changed

v2.0.2

10 months ago

Changes

Bug fix

  • ALSOption allows float type alpha not a int type.
  • Fixed CUDA compilation bug
  • Changed module name (aux -> _aux) to avoid conflict with windows OS's reserved keyword
    • from aurochs.misc.aux import xxx would not work anymore
    • Instead, use from aurochs.misc import aux; aux.xxx or from aurochs.misc._aux import xxx

Misc

  • Changed build backed (poetry -> setuptools)
  • Changed submodule path for Eigen and its version(to 3.4)
  • Removed unnecessary imports and directives from cython sources
  • Removed useless dependency and CLI
    • fire & absl-py
  • Add Github acntions CI pipleline for building wheels
    • Only supports Linux & MacOS wheel with x86_64 architecture

v2.0.1

1 year ago
  • Build wheels on pypi are fixed

v2.0.0

1 year ago
from buffalo.cfr import CFR 
from buffalo.options import CFROption
from buffalo.data StreamOptions
from buffalo.misc import aux, log
  • new
from buffalo import CFR, CFROption, StreamOptions
from buffalo import aux, log
  • Now able to install via bdist wheel for python 3.8, 3.9, 3.10 on manylinux machines

v1.2.2

1 year ago
  • Added new algorithm: Probabilistic Latent Semantic Indexing(pLSI)

    • Support warm-start
  • Delete existing temporary data file when creating new data file

  • Removed tensorflow dependency

  • Remove python n2 dependency

    • Still needs in testing
    • Resolved build time dependency error
  • Calculate idcg indpendently of rec result

  • Fix bug of W2V

    • OOV caused by min_cut

v1.2.1

3 years ago

Updated

  • Improved the speed of database creation.

Bug Fixes

  • Fixed warp accuracy test code
  • Fix typos

1.2.0

3 years ago

Update

  • Added new algorithm: Weighted Approximate-Rank Pairwise Matrix Factorization
    • Weston, Jason, Samy Bengio, and Nicolas Usunier. "Wsabie: Scaling up to large vocabulary image annotation." Twenty-Second International Joint Conference on Artificial Intelligence. 2011.
    • Check-out some experiments, and unit test code
  • Added accuracy benchmarking results (work in progress)

1.1.2

4 years ago

Bug fixes

  • fix ImportError for 3rd/n2