Re: Mahout's future

2013-10-15 Thread Ravi Mummulla
Can someone please send a link to the hangout? Thanks. On Tue, Oct 15, 2013 at 10:28 AM, Grant Ingersoll wrote: > > On Oct 15, 2013, at 1:21 AM, Suneel Marthi > wrote: > > > Will schedule a hangout for this Thursday - 7pm (Eastern Time) > tentatively. > > > > Sorry, just catching up. I can't

Re: Mahout's future

2013-10-15 Thread Grant Ingersoll
On Oct 15, 2013, at 1:21 AM, Suneel Marthi wrote: > Will schedule a hangout for this Thursday - 7pm (Eastern Time) tentatively. > Sorry, just catching up. I can't make this week, but can next. Feel free to go ahead w/o me at this point, given the momentum. > I would like us to first discus

Re: Adding an algorithm to Mahout

2013-10-15 Thread Emin Aksehirli
Hello, Thank you for the comments. I will open a JIRA issue as soon as possible. I would like to tame the code a little bit more. I haven't mentioned this but for configuration we actually used a properties file wrapped by a class. So, it's pretty compatible with anything. But Isabel is right

Re: Adding an algorithm to Mahout

2013-10-15 Thread Isabel Drost-Fromm
On Tue, Oct 15, 2013 at 11:47:58AM +0200, M. Emin Akşehirli wrote: > As the research group we are willing to provide new frequent pattern mining > algorithms and maintain existing ones. I think rather than adding more and more algorithms that essentially all solve the same problem it would be bet

Re: Adding an algorithm to Mahout

2013-10-15 Thread Ted Dunning
This sounds great that you guys are willing to support this capability. Do you know of any users for this? On Tue, Oct 15, 2013 at 10:47 AM, M. Emin Akşehirli < emin.aksehi...@gmail.com> wrote: > - Shall I start a JIRA issue? > Yes. > - Shall I use the old fpm package for the algorithms? >

Adding an algorithm to Mahout

2013-10-15 Thread M . Emin Akşehirli
Hello all, We have recently implemented two frequent itemset (pattern) mining algorithms for MapReduce. They are much faster than the available PFP implementation (see the paper). We would like to contribute these implementations to Mahout and maintain them as needed.You can find the code on the l