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
Split Validation within Backward Elimination
Muhammed_Fatih_
Member Posts: 93 Maven
Hello together,
I am currently executing a Backward Elimination with contains a simple Naive Bayes by using Split Validation. But the subprocess is iterativeley working by switching between the milestones Naive Bayes --> Apply Model --> Performance and subsequently again starts with Naive Bayes (see attached).
Is this procesdure normal?
Thank you in advance for your answers!
Best regards,
Fatih
I am currently executing a Backward Elimination with contains a simple Naive Bayes by using Split Validation. But the subprocess is iterativeley working by switching between the milestones Naive Bayes --> Apply Model --> Performance and subsequently again starts with Naive Bayes (see attached).
Is this procesdure normal?
Thank you in advance for your answers!
Best regards,
Fatih
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi Fatih,
in the Validation operators (Split and Cross Validation) you see an output called "ave". This is a bit confusing, but if you move the mouse on it you will see that it expects performance vectors. It could use multiple performances, so for RapidMiner it's a separate type. But you can still use it with the result of the Performance operator.
Regards,
Balázs
6
Answers
yes, this is a normal procedure.
You can also use the Split Validation operator with the same operators inside: on the left side your learner (Naive Bayes), and on the right side Apply Model and Performance. This would be equivalent to your solution.
Regards,
Balázs
thank you for your answer. I tried this but the outgoing link of Split Validation has no "per" which is necessary for the subprocess of BackwardElimination.
Do you have a solution for this?
Best regards,
Fatih