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
SVM - optimizing class weights
danjeharry
Member Posts: 20 Contributor II
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