« Return to Thread: adaboostm1 and logistic classifier

Re: adaboostm1 and logistic classifier

by Mark Hall-9 :: Rate this Message:

| View in Thread

On 21/04/12 7:51 AM, ash nix wrote:
> Hi All,
>
> I wanted to use AdaBoostM1 classifeir with logistic as the base classifier.
> The java doc for AdaBoostM1 says you can specify the base classifier
> using -W option.
> But this option does nothing.
> I check the source code for AdaBoostM1 and it does not process this argument.
> I think the documentation needs to be corrected.

Not true. AdaBoostM1 extends SingleClassifierEnhancer, which provides
the -W option. Using LogitBoost as the base classifier works fine for me.

Cheers,
Mark.

_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html

 « Return to Thread: adaboostm1 and logistic classifier