RecSys.jl icon indicating copy to clipboard operation
RecSys.jl copied to clipboard

Results 12 RecSys.jl issues
Sort by recently updated
recently updated
newest added

So I was wondering if any work has been done on trying to support implicit values for the ALS-wr algorithm. I have noticed that people have for instance received better...

Following the Readme ``` trainingset = DlmFile("data3.csv"; dlm=',', header=true, quotes=false) als = ALSWR(trainingset) LoadError: MethodError: Cannot `convert` an object of type RecSys.DlmFile to an object of type RecSys.ALSWR{TP

So I've been messing around with the Blob method of parallelization since I have a rather large dataset, I seem to have found a minor bug. When I try to...

#A welcome addition to this repository would be to offload the ALS operations to the GPU. There exist several libraries which allow Julia to offload many of these operations to...

So I tried calling the generate_test_data function on Julia 0.4.6 and I received the following error: ERROR: SystemError: msync: Invalid argument in sync! at mmap.jl:206 in save at /home/$USER/.julia/v0.4/RecSys/src/chunks/matrix.jl:106 in...

@tanmaykm @abhijithch Can we register this package? The README could be updated with the contents of Abhijith's blog post too.

We dont want recommend ratings greater than 5 or lesser than 1 for the movie ratings.

- [x] create code skeleton for I/O - [x] add read input for various formats, output as a DataFrame with common structure as Internal Representation (IR) - [x] create sparse...