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
Edit Auto Model process to insert 'vote' operator
User222697
Member Posts: 17 Contributor II
in Help
Hi,
i have used 'Titanic' data example with Auto Model to predict the survived passengers using Naive Bayes and generate a process which i attach here.
My question is, taking as reference the documentation:
https://docs.rapidminer.com/latest/studio/operators/modeling/predictive/ensembles/vote.html
What should I modify exactly in the process I attached to make it work correctly? Can someone give any illustrative example? I would be very grateful.
Thanks very much
i have used 'Titanic' data example with Auto Model to predict the survived passengers using Naive Bayes and generate a process which i attach here.
My question is, taking as reference the documentation:
https://docs.rapidminer.com/latest/studio/operators/modeling/predictive/ensembles/vote.html
What should I modify exactly in the process I attached to make it work correctly? Can someone give any illustrative example? I would be very grateful.
Thanks very much
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornIt should work, maybe the run time data that we are logging is changing due to our manual modifications, you can disable that operator if you are ok with not having run times recorded.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
7
Answers
To use "vote" operator you need at least two base learners, you cannot use with a one learning algorithm. In the below screenshot, I used your process and made modifications during model training. You can see the left part is where I used to multiply and vote during training and then the right part is where I show the two base learners I used inside vote operator.
Is this what you are looking for? If not, provide us more details so that we can help you with the solution.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
i have tried to do this but shows an unexpected error, see attached screenshot, it is required to implement another changes into the process to work properly?
Thanks
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
your model works fine, however, if i try to apply in another processes created by Auto Model, it dont work .. is very strange