Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Cross validation for One-Class SVM models"

Marco_StolpeMarco_Stolpe Member Posts: 6 Contributor II
edited May 2019 in Help
Hi, I've just uploaded the process X-Validation with One-Class SVM to myExperiment. The basic idea is to cross validate One-Class SVM models by partitioning the data as usual (for instance, into 10 parts), to train the classifier only on the examples of one class, but to test on both classes (for the part that was left out for testing).

I'm very interested in feedback. For more stable validation results, one certainly should perform the whole X-Validation several times and take the average of the individual results. For simplicity, I left this step out. But do you see any other problems or errors with this setup, please?

Best wishes
Marco

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Marco,
    the only problem I can imagine is that the actual train size differs from fold to fold. This might bring in additional instability, so I would increase the number of outer iterations compared to the usual number.

    Greetings,
      Sebastian
Sign In or Register to comment.