Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Enhancement of Running Time - Forward Elimination
Muhammed_Fatih_
Member Posts: 93 Maven
in Help
Dear Community,
I have a question with regard to the ForwadElimination subprocess. Which classification model would you use within crossvalidation in order to enhance the running time? I am currently conducting a Forwald Elimination based on matrix with 72.000 rows and 9000 attributes. I've chosen SVM as classifier for my bipartite labeling. The model is still running since 2 days.
Thank you for your answer!
Fatih
I have a question with regard to the ForwadElimination subprocess. Which classification model would you use within crossvalidation in order to enhance the running time? I am currently conducting a Forwald Elimination based on matrix with 72.000 rows and 9000 attributes. I've chosen SVM as classifier for my bipartite labeling. The model is still running since 2 days.
Thank you for your answer!
Fatih
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi,
SVM can be quite slow, depending on the number of examples and attributes, and also the parameters (high values of C).
Did you manage to build one model?
10 models per cross validation * 9,000 runs just in the first round * time for building a model on one attribute = runtime of the first round.
You might want to sample your data before doing the feature selection, or use a different method like evolutionary feature selection. You should also check non-model based methods like Remove Correlated Attributes, these can be faster.
Regards,
Balázs6
Answers
see my answer here: https://community.rapidminer.com/discussion/56406/how-does-feature-selection-forward-elimination-work-in-detail
Regards,
Balázs
thank you for your answer. This was again very helpful. Beside that, is there a possibility to estimate the running time for the execution of Foward Elimination using SVM?
Best regards,
Fatih
what do you mean with evolutionary feature selection - the Optimize Selection (Evolutionary) operator ?
Best regards,
Fatih
yes, I mean exactly that.
Ingo blogged about it a few times.
Regards,
Balázs