The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to use the W-EnsembleSelection operator?
I would like to use the W-EnsembleSelection operator in order to combine different regression models. This operator has a parameter L which "specifies the Model Library File, continuing the list of all models". This parameter seems to be the reason why I don't get it to work.
Does anybody know what to do if, for example, I want to put a SimpleLinearRegression and a LibSVMLearner (for SV-regression) in the W-EnsembleSelection?
Thank you for your help!
Does anybody know what to do if, for example, I want to put a SimpleLinearRegression and a LibSVMLearner (for SV-regression) in the W-EnsembleSelection?
Thank you for your help!
0
Answers
weka.classifiers.meta.EnsembleSelection -W V:\Users\Cog\Ensemble-3 -P rmse -A forward -B 10 -V 0.25 -E 0.5 -H 100 -I 1.0 -X 1 -R -G -S 1
You can click on the library in the gui and it opens weka.gui.EnsembleSelectorLibraryEditor window
From there you choose models and train them and can then add the trained models to the library list.
I saved the list as ensemble.model.xml
In that file there is Any help?
will any one help me to setup the W-EnsembleSelection operator on Rapidminer?
Priya