SVM - optimizing class weights


Hey all,
Not sure if this is a feature of rapidminer yet, but I'm using a SVM model and I'd like to try and optimize the class weights for my model (my data is very unbalanced). However, in optimize parameters, it doesn't look like i can select the class weights parameter to optimize. Any suggestions?
Thanks
Not sure if this is a feature of rapidminer yet, but I'm using a SVM model and I'd like to try and optimize the class weights for my model (my data is very unbalanced). However, in optimize parameters, it doesn't look like i can select the class weights parameter to optimize. Any suggestions?
Thanks
0
Answers
you have (at least) two options:
1. use Support Vector Machine instead of Support Vector Machine (libSVM) and optimize the L values.
2. use macros as in the process below (don't forget to add a X-Validation etc. for evaluation).
Best, Marius