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
best accuracy from 10-fold Cross validation on SVM with grid search optimal gamma value and C
How i find the best accuracy from 10-fold Cross validation on SVM with grid search for finding optimal gamma value and C?
how i can set the operators in Rapidminer for finding the optimal value of gamma and C with the best accuracy?
Tagged:
0
Answers
@Kian you should try to search through the threads here, there's a bunch of examples. Or you could check out this example: https://www.neuralmarkettrends.com/predicting-historical-volatility-for-the-sp500/
I also recommend reading: Practical Guide to Support Vector Classification
In short, they recommend a grid search for gamma = {2^-15, 2^-13, 2^-11, ... 2^3} and C = {2^-5, 2^-3, ..., 2^15}.