recommendify icon indicating copy to clipboard operation
recommendify copied to clipboard

Generate recommendations using collaborative filtering

Results 21 recommendify issues
Sort by recently updated
recently updated
newest added

Using the native worker, I get the error ``` RuntimeError: error: dirty exit (pid 2771 SIGSEGV (signal 11)) ``` It happens every time I run recommendify when the item_id has...

Just wondering if there could be any more instructions on how to get started? Would be very helpful for ruby newbies like me. Once you build the Recommendify gem, where...

I don't understand how cosine works. It looks like it does not implement the correct functions. ``` input_matrix :thing_other, # :native => true, :similarity_func => :cosine ``` ``` recommender.thing_other.process! Traceback...

I noticed that CCMatrix#add_set was taking a very long time. The culprit was all the increment calls for each pair that were generating tons of activity on the redis connection....

Might want to consider using hiredis-rb instead of requiring hiredis to be installed on the OS before hand. Can look into this if I have time too, but for now,...