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 implement stacking and genetic algorithm
intan_suraya
Member Posts: 3 Learner I
in Help
Hi i'm still new using rapid miner.
My situation is I don't know where to put genetic algorithm feature selection. I also want use k-cross to split the data. Here I attach what i have done so far. I'm not very sure is my flow is right or not.
My situation is I don't know where to put genetic algorithm feature selection. I also want use k-cross to split the data. Here I attach what i have done so far. I'm not very sure is my flow is right or not.
0
Answers
If you want to actually test the process of the feature selection, which in my experience the right way to do, then you would do the following:
Outer cross validation => feature selection => inner cross validation => learning model.
Of course this takes a lot of time but makes your modeling process completely validated and repeatable in the sense of "when you have new data in 4 months and a feature starts to become relevant, executing the process then will catch up with that and use the attribute".
If your goal is to analyze the data once and determine which features are relevant, then you can do it without the outer feature selection.
Regards,
Balázs