Hi all-
I am currently using the Acts_as_recommendable plugin available here. It is using the pearson correlation coefficient to find recommendations, which is pretty much exactly what I want. The problem however is scale. With more than 2000 or so items, the plugin slows considerably (with 5000 items, I see load times of about a minute for a recommended_items call).
So my question: are there any ruby/rails alternatives that are viable? I have tried working with mahout, but it is fairly hard to maintain and having both an amazon elastic compute instance and a heroku instance doubles that pain.
Thanks!