macau icon indicating copy to clipboard operation
macau copied to clipboard

Bayesian Factorization with Side Information in C++ with Python wrapper

Results 5 macau issues
Sort by recently updated
recently updated
newest added

Great jobs! I want to achieve Multi-relational models by macau, such as in the BayeSianDataFusion.jl model, But I don't know how to realize factorization with side information and Multi-relational models...

Hi, I installed OpenBLAS, but the setup.py didn't find it. The problem is that I didnt install OpenBLAS to any of the presumed locations (/opt/... or /usr/...) in setup.py (defined...

Hi, Is it possible to dump a model into HDF5 file? The problem is when i try to dump 1500 samples with your function save_prefix the total disk space required...

It would be useful to upload this package to PyPI so other packages can list it as a requirement. In the meantime, ss of PEP 509 (I think) you can...

Hello, I am following the [instructions](https://github.com/jaak-s/macau#source-installation-on-mac) Command executed after installing ```brew install blass``` ``` calderon-ml:macau calderon$ export CPPFLAGS=-I/usr/local/Cellar/openblas/include calderon-ml:macau calderon$ export LDFLAGS=-L/usr/local/Cellar/openblas/lib calderon-ml:macau calderon$ CC=g++-5 CXX=g++-5 python3 setup.py install unable...