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
Bagging Boosting and Voting
Hi All I am new to the rapidminer 5 and I have a task at hand I have to learn the techniques bagging boosting and voting
can any one please tell me how to perform these operators what kind of input data is needed for these task
Please help as its kind of urgent
can any one please tell me how to perform these operators what kind of input data is needed for these task
Please help as its kind of urgent
0
Answers
do you know the basic concepts of these techniques? You can read about them (and many many other algorithms) for example in the book The Elements of Statistical Learning by Tibshirani et.al. which gives a very good (but also detailed and probably challenging) introduction to machine learning.
If you know how the algorithms are working, you can use them in RapidMiner with a process similar to the attached one. As input you can use any dataset with a label which is compatible to the inner learner. In the example I use a Decision Tree as base classifier and train a boosting model on some randomly generated data. To see or change the inner learner, just double click the Boosting operator to open its subprocess.
Best regards,
Marius
Thanks a lot for your reply, I will refer to the books...yes I read about the these techniques
Also as I am very new to the tool so I don't know where to submit the code because I am using
the GUI facility.....like for any technique I simply add the operator on the Main process window
for example......I first put the retrieve operator and then when I put the boosting operator it throws the error
and asks for another operator (generate prediction operator).....
Regards,
Marco