Re: Which ML Algorithms i can run without hadoop..

2013-01-16 Thread Ted Dunning
Logistic regression is a good place to start. The Mahout implementation stands alone without Hadoop. Look for OnlineLogisticRegression. On Mon, Jan 14, 2013 at 10:23 PM, VIGNESH S wrote: > Hi, > > I am looking for a light weight library for email classification.. > > can anyone help me like wh

Re: Which ML Algorithms i can run without hadoop..

2013-01-16 Thread VIGNESH S
Hi Ted, Thanks .. On Thu, Jan 17, 2013 at 12:41 AM, Ted Dunning wrote: > Logistic regression is a good place to start. > > The Mahout implementation stands alone without Hadoop. Look for > OnlineLogisticRegression. > > On Mon, Jan 14, 2013 at 10:23 PM, VIGNESH S wrote: > >> Hi, >> >> I am look