buffalo
buffalo copied to clipboard
TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Do you support training models among multiple gpus? I'm asking this because my sparse matrix is quite large like: - shape: (80M, 60M) - nnz: 400M
안녕하세요. 이번에 카카오 아레나를 통해서 추천시스템을 공부중인 대학원생입니다. 서버의 사용 편의성을 위해 Google Colab으로 buffalo를 써보려고 시도중입니다. pip install buffalo로는 colab에 설치가 되지 않아서, 직접 installation 페이지에 있는대로 installation from...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
currently, buffalo does not work for cuda ver11.x. this PR may resolve the cuda compatibility issue.
Hi. I'm wondering if there's a style guide to follow for c++ code writing. I can't find cpp lint in CI.
The model [Collaborative Metric Learning](http://www.cs.cornell.edu/~ylongqi/paper/HsiehYCLBE17.pdf) is very similar to WARP and often outperforms WARP. It also works quite well for KNN tasks among items and users. It seems not very...
안녕하세요 이번 카카오 아레나 Melon Playlist Continuation에 참가하는 대학원생입니다. buffalo 라이브러리안의 misc폴더에 있는 aux.py파일명때문에 문제가 생깁니다. aux가 windows에서 예약어라서 생기는 문제인 것 같습니다. 이 때문에 pip install, git clone 어떤...
### Bug The `save_factors` parameter, which was functional in version v2.0.1, seems to have no effect in the recent v2.0.2 release. #### To Reproduce Steps to reproduce the behavior: 1....
### current dev branch involves braking changes Update examples - [x] Fix example_als.py - [x] Fix jupyter examples - [ ] Add optimizing example - [ ] Add model training...