You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Joe Kumar <jo...@gmail.com> on 2010/10/19 05:02:54 UTC

Deprecated Hadoop classes in Bayes Classifier

Team,

We have quite a few deprecated hadoop classes in (BayesClassifier |
BayesThetaNormalizier | CBayesThetaNormalizier) (Driver | Mapper | Reducer)
 and the unit test Classes.
Are we planning on moving on to use the new classes like Configuration
instead of JobConf etc ?
If so, I can open a jira issue, fix the corresponding classes and test cases
and submit a patch.

Just want to check and see if this is of priority ?

Appreciate your thoughts / suggestions.

regards
Joe.

Re: Deprecated Hadoop classes in Bayes Classifier

Posted by Joe Kumar <jo...@gmail.com>.
oh ok. Just saw o.a.m.naivebayes.*

regards,
Joe.

On Mon, Oct 18, 2010 at 11:12 PM, Robin Anil <ro...@gmail.com> wrote:

> Don't bother, it was rewritten to work with vector input. see
> o.a.m.naivebayes.* package for the new implementation
>
>
> On Tue, Oct 19, 2010 at 8:32 AM, Joe Kumar <jo...@gmail.com> wrote:
>
> > Team,
> >
> > We have quite a few deprecated hadoop classes in (BayesClassifier |
> > BayesThetaNormalizier | CBayesThetaNormalizier) (Driver | Mapper |
> Reducer)
> >  and the unit test Classes.
> > Are we planning on moving on to use the new classes like Configuration
> > instead of JobConf etc ?
> > If so, I can open a jira issue, fix the corresponding classes and test
> > cases
> > and submit a patch.
> >
> > Just want to check and see if this is of priority ?
> >
> > Appreciate your thoughts / suggestions.
> >
> > regards
> > Joe.
> >
>

Re: Deprecated Hadoop classes in Bayes Classifier

Posted by Robin Anil <ro...@gmail.com>.
Don't bother, it was rewritten to work with vector input. see
o.a.m.naivebayes.* package for the new implementation


On Tue, Oct 19, 2010 at 8:32 AM, Joe Kumar <jo...@gmail.com> wrote:

> Team,
>
> We have quite a few deprecated hadoop classes in (BayesClassifier |
> BayesThetaNormalizier | CBayesThetaNormalizier) (Driver | Mapper | Reducer)
>  and the unit test Classes.
> Are we planning on moving on to use the new classes like Configuration
> instead of JobConf etc ?
> If so, I can open a jira issue, fix the corresponding classes and test
> cases
> and submit a patch.
>
> Just want to check and see if this is of priority ?
>
> Appreciate your thoughts / suggestions.
>
> regards
> Joe.
>