Mahout from
attempting to run in cluster mode. But Hadoop is required.
Andy
> Date: Mon, 26 May 2014 10:22:18 +0530
> Subject: Re: Using existing model to train again
> From: namitmaheshwa...@gmail.com
> To: user@mahout.apache.org
>
> Hi Subbu,
>
> I was too working wi
Hi Subbu,
There is currently no way to update an already trained Naive Bayes Model.
You'd have to retrain on the full 2 million records.
You could probably hack TrainNaiveBayesJob.java [1] to meet your needs if you
anticipated this as something that you'd need to do in the future, but your
Hi Subbu,
I was too working with Naive Bayes. I wanted to know whether it is possible
to run *Naive Bayes without Hadoop* in Mahout or is it necessary to use
Hadoop.
Thanks
Namit
On Mon, May 26, 2014 at 10:18 AM, Kasi Subrahmanyam
wrote:
> Hi team,
> I have trained a model in naive Bayes using