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.
"Estimate performance of SVM for regression"
Hi,
I am building some model files using SVM for REGRESSION (nu-SVR)
I can't seem to find a way to see a performance estimate from this task. Either when training the SVM or using the model file.
I tried the "performance" operator, but it gives me errors.
Any ideas?
I am building some model files using SVM for REGRESSION (nu-SVR)
I can't seem to find a way to see a performance estimate from this task. Either when training the SVM or using the model file.
I tried the "performance" operator, but it gives me errors.
Any ideas?
Tagged:
0
Answers
1) Read your data
2) Learn the model (check the keep the example set)
3) Apply the model
4) Regression performance operator
Here's a modification of the SupportVectorMachine.xml file that you can find in the samples (under Learners)
please note that the solution earmijo gave calculates only the training error. To get a robust and general performance value you should use a cross validation instead.
Regards,
Tobias