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 for different parameters in a for loop (a modelling question)
holdwater587
Member Posts: 5 Contributor II
Hello, can rapidminer model my following problem?
I have a data and want to apply SVM. I need to see the behaviour of results on different parameters (epsilon, C and gamma).
Let say my C values will be 1,2,4 - gamma values 0.1, 0.2, 0.3, and epsilon values 0.1,0.2 . In this case i will have 3*3*2=18 models and want to write the predictions into an excel file. Is this possible in Rapidminer?
I dont need to optimize parameters so i dont need to use any validation or performance blocks. Also, my parameters will increase linearly or logarithmicly for ease.
Thanks in advance.
I have a data and want to apply SVM. I need to see the behaviour of results on different parameters (epsilon, C and gamma).
Let say my C values will be 1,2,4 - gamma values 0.1, 0.2, 0.3, and epsilon values 0.1,0.2 . In this case i will have 3*3*2=18 models and want to write the predictions into an excel file. Is this possible in Rapidminer?
I dont need to optimize parameters so i dont need to use any validation or performance blocks. Also, my parameters will increase linearly or logarithmicly for ease.
Thanks in advance.
Tagged:
0