Re: Own recommender

2015-01-21 Thread Ted Dunning
Juanjo, Using the Taste components, it will be almost impossible to get really high performance. For that, using the itemsimilarity program to feed a search index is the best alternative. The scala version of the itemsimilarity program is available in Scala and could be called fairly easily as

Re: Own recommender

2015-01-21 Thread Manuel Blechschmidt
Hi Juan, On 21.01.2015, at 11:05, Juanjo Ramos jjar...@gmail.com wrote: Thanks Pat for the resources. Please correct me if I'm wrong but all Mahout's latest tools are command line tools only, is that correct? Yes, this is kind of correct. All tools are command line based. There was some

Re: Own recommender

2015-01-21 Thread Juanjo Ramos
Thanks Pat for the resources. Please correct me if I'm wrong but all Mahout's latest tools are command line tools only, is that correct? I was wondering if there is a library with the latest implementation that can be used in a Java or Scala project? Best. On Mon, Jan 19, 2015 at 9:51 PM, Pat

Re: Own recommender

2015-01-21 Thread Manuel Blechschmidt
Hi Juanjo, On 21.01.2015, at 11:20, Juanjo Ramos jjar...@gmail.com wrote: Hi Manuel, Thanks for the update. I'm using Mahout in a simple Java application myself. Following Ted's comment a few posts back, I was just concerned about the performance. So if you have more than around 300.000

Re: Own recommender

2015-01-21 Thread Juanjo Ramos
Hi Manuel, Thanks for the update. I'm using Mahout in a simple Java application myself. Following Ted's comment a few posts back, I was just concerned about the performance. Is performance the only concern when using Taste or the algorithm's implementation has also been improved in the current