Classifying data with a support vector machine in RapidMiner


inHelp
Hello,
Coming from IBM SPSS Modeler I'm experiencing some troubles modeling the same approach in RapidMiner.
I basically followed this tutorial on the IBM SPSS Modeler documentation:
https:// www。ibm。com/support/knowledgecenter/en/SS3RA7_18.2.1/modeler_tutorial_ddita/clementine/example_svm_intro.html
in which a dataset of specific variables from cells gets taken into an SVM in order to identify the class of a certain cell type.
I've attached the CSV as a file but do not know how to create an SVM in RapidMiner that does use all of the attributes except Class and Patient ID in order to determine the Class.
Can anyone hint me in the right direction?
Thanks in advance.
Tagged:
0
Best Answers
-
lionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195
Unicorn
Hi@supportvectormachine,
You can find a working process using aSVMmodel and your dataset with :
- the attribute ID set as "id"
- the attribute Class set as "label"
The model is inside aCross Validationoperator in order to estimate the performance of your model.
Hope this helps,
Regards,
Lionel0 -
lionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195
Unicorn
Hi@supportvectormachine,
TheOptimize Parameters (Grid)operator has been made for you !!!
Take a look at the process in attached file and you can play with the parameters of this operator.
The results look like that :
Hope this helps,
Regards,
Lionel
1
Answers
https://academy.m.turtlecreekpls.com/learn/video/svm-intro
https://academy.m.turtlecreekpls.com/learn/video/svm-demo
https://academy.m.turtlecreekpls.com/learn/article/understanding-support-vector-machines
Hope you find them useful.
You're welcome !
Your attribute called "BareNuc" is initially of type "Polynominal". I used "Guess Types" operator to transform
it from "Polynominal" type to "Integer" type which is supported by theSVMmodel :
Regards,
Lionel