ExaScience / smurff

Bayesian Factorization with Side Information in C++ with Python wrapper
MIT License
70 stars 14 forks source link

Noise model and matrix type via ini file #88

Closed tvandera closed 6 years ago

tvandera commented 6 years ago

noise model per aux-data scarce/sparse per aux-data

tvandera commented 6 years ago

Implemented since ed4ee0106dc8b45e4f68e8f3bc102e62160bc5d7 Still untested

motoharu-yano commented 6 years ago

I made further improvements and fixed couple of minor bugs in c193cfc2c135f03f8b34a3280f2b5ab84ca42cac Save/Restore functionality is working as expected. I assume that start from ini file should also work (same functionality under the hood).

tvandera commented 6 years ago

Python interface still to be updated

ipasechnikov commented 6 years ago

Added ini_path parameter to Python interface. Implemented in commit 82499d84a27e5e89756fb6ca3c60a67bbbca374a.