Abhijith Chandraprabhu
Abhijith Chandraprabhu
Thanks for this nice package. I was looking for some parallel versions for `knn` and it led me here. Could you please throw some light on what is the plan...
Also, there might be a small typo in the `get_data.bash` file. The name of the Julia file in the bash file(line number 11) is `preprocess_data.jl` whereas the actual file is...
On OS X, the code in `make_mex` cribbed about not finding `zmq.h`. Providing the path with the `-L` and `-I` options to `mex` did the trick. `mex -L/usr/local/Cellar/zeromq/4.1.4/lib -I/usr/local/Cellar/zeromq/4.1.4/include -lzmq...
Changing to `rc = zmq_send(socket, &msg, sizeof(msg), 0);` helped.
`register()`
`register()`
`register()`
`register()`
I had mainly experimented only with latent factor(ALS and SVD) methods, while building this. I can get a method for implicit values working, it might be interesting to see how...
I would be great if you could contribute, I would be happy to support if necessary.