You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Nimesh Parikh <da...@gmail.com> on 2012/04/18 10:51:26 UTC

Mahout Naive Bayes Classifier Production

Team,
I am done with my Train and Test phase..

What is Next? How can i put this on Production?

Thanks,
Nimesh

Re: Mahout Naive Bayes Classifier Production

Posted by Lance Norskog <go...@gmail.com>.
There is a book on Mahout. "Mahout in Action" is available from
Manning books in paperback and epub format. Also, there are videos of
the authors.

http://manning.com/owen/

The section on Recommenders will help you understand how all the
pieces fit together.

On Sat, Apr 21, 2012 at 8:52 PM, Nimesh Parikh <da...@gmail.com> wrote:
> Thanks for reply.
> Well, Few questions here..!!!
>
> 1. "V*ectorizing*" means in simple terms Space separated words correct?
> 2. "Once you serialize the model you should have a binary file" Do you mean
> File generated after Training Step? i.e. our Model
> 3. Can we use org.mahout.classifier.classify?
>
> Thanks,
>
> On Fri, Apr 20, 2012 at 3:41 PM, Tyson Hamilton
> <ty...@gmail.com>wrote:
>
>> Once you serialize the model you should have a binary file. Then you can
>> either attach a Web service in front of it, or call it directly from your
>> application. This would be done by vectorizing your data to be classified
>> and calling a method like classifyFull.
>>
>> -*Tyson*
>> On Apr 20, 2012 1:22 AM, "Nimesh Parikh" <da...@gmail.com> wrote:
>>
>> > Can anyone reply on this?
>> >
>> > On Wed, Apr 18, 2012 at 2:21 PM, Nimesh Parikh <datageekpune@gmail.com
>> > >wrote:
>> >
>> > > Team,
>> > > I am done with my Train and Test phase..
>> > >
>> > > What is Next? How can i put this on Production?
>> > >
>> > > Thanks,
>> > > Nimesh
>> > >
>> >
>>



-- 
Lance Norskog
goksron@gmail.com

Re: Mahout Naive Bayes Classifier Production

Posted by Nimesh Parikh <da...@gmail.com>.
Thanks for reply.
Well, Few questions here..!!!

1. "V*ectorizing*" means in simple terms Space separated words correct?
2. "Once you serialize the model you should have a binary file" Do you mean
File generated after Training Step? i.e. our Model
3. Can we use org.mahout.classifier.classify?

Thanks,

On Fri, Apr 20, 2012 at 3:41 PM, Tyson Hamilton
<ty...@gmail.com>wrote:

> Once you serialize the model you should have a binary file. Then you can
> either attach a Web service in front of it, or call it directly from your
> application. This would be done by vectorizing your data to be classified
> and calling a method like classifyFull.
>
> -*Tyson*
> On Apr 20, 2012 1:22 AM, "Nimesh Parikh" <da...@gmail.com> wrote:
>
> > Can anyone reply on this?
> >
> > On Wed, Apr 18, 2012 at 2:21 PM, Nimesh Parikh <datageekpune@gmail.com
> > >wrote:
> >
> > > Team,
> > > I am done with my Train and Test phase..
> > >
> > > What is Next? How can i put this on Production?
> > >
> > > Thanks,
> > > Nimesh
> > >
> >
>

Re: Mahout Naive Bayes Classifier Production

Posted by Tyson Hamilton <ty...@gmail.com>.
Once you serialize the model you should have a binary file. Then you can
either attach a Web service in front of it, or call it directly from your
application. This would be done by vectorizing your data to be classified
and calling a method like classifyFull.

-*Tyson*
On Apr 20, 2012 1:22 AM, "Nimesh Parikh" <da...@gmail.com> wrote:

> Can anyone reply on this?
>
> On Wed, Apr 18, 2012 at 2:21 PM, Nimesh Parikh <datageekpune@gmail.com
> >wrote:
>
> > Team,
> > I am done with my Train and Test phase..
> >
> > What is Next? How can i put this on Production?
> >
> > Thanks,
> > Nimesh
> >
>

Re: Mahout Naive Bayes Classifier Production

Posted by Nimesh Parikh <da...@gmail.com>.
Can anyone reply on this?

On Wed, Apr 18, 2012 at 2:21 PM, Nimesh Parikh <da...@gmail.com>wrote:

> Team,
> I am done with my Train and Test phase..
>
> What is Next? How can i put this on Production?
>
> Thanks,
> Nimesh
>