« Return to Thread: Combining already generated models!

Re: Combining already generated models!

by Mark Hall-9 :: Rate this Message:

| View in Thread

On 12/05/12 5:23 AM, mlacencio wrote:
>
> Hi everyone!
>
> I've got hundreds of models I've generated by training J48 with different
> sets of training data and I'd like to know if it's possbile to combine them.
> I've read in some post in this forum that new versions of WEKA are capable
> to accomplish this task, but unfortunately I've not bookmarked this page.
>
> It's worth to emphasize that I've already computed the models.

weka.classifiers.meta.Vote in the development version of Weka has the
ability to load and include serialized models in the ensemble.

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: Combining already generated models!