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

[SOLVED] Select Hyperparameters of SVM in cross-validation?

johnny5550822johnny5550822 Member Posts: 12 Contributor II
edited October 2019 in Help
Hi,

I want to clarify one thing about what rapidminer exactly is doing. When I put a SVM module inside cross-validation (e.g. 10-fold), will the SVM algoirithm optimize the hyperparameters (e.g. C) based on cross-validation result?

If so, what about if I don't have validation, and basically just give data to SVM module, how does rapidminer get the hyperparameters value?

Thanks,
Johnny

Answers

  • frasfras Member Posts: 93 Contributor II
    Cross Validation (CV) does not optimize at all. Doing a 10-fold or 5-fold CV ensures only to get performance parameters you can trust.
    If you want to optimize e.g. "C" you have to put the CV into the "Optimize Parameters" Operator that performs a training/validating with
    all selected values of C. Take a look into the example process delivered together with the operators help.
  • johnny5550822johnny5550822 Member Posts: 12 Contributor II
    Got it, thanks!
Sign In or Register to comment.