Closed jaak-s closed 5 years ago
Thanks for reporting this. Indeed, those examples are quite outdated. I'll fix them. Tom
Docs fixed:
https://smurff.readthedocs.io/en/latest/notebooks/different_noise_models.html
Please use smurff-0.14, as 0.13.x contains a bug in the ProbitNoise.
Few examples are incorrect on this page: https://smurff.readthedocs.io/en/latest/notebooks/different_noise_models.html
The examples of "Adaptive noise", "Binary matrices" get in
Y
parameter, which is not supported, should beYtrain
. Alsoaux_data
should be removed, it is not supported anymore, right? The line numbers in the text of "Binary matrices" are off:Also "Tensor Factorization" example has
aux_data
argument.