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
Classifying data with a support vector machine in RapidMiner
supportvectormachine
Member Posts: 4 Learner I
in Help
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 RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @supportvectormachine,
You can find a working process using a SVM model and your dataset with :
- the attribute ID set as "id"
- the attribute Class set as "label"
The model is inside a Cross Validation operator in order to estimate the performance of your model.
Hope this helps,
Regards,
Lionel0 -
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @supportvectormachine,
The Optimize 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.rapidminer.com/learn/video/svm-intro
https://academy.rapidminer.com/learn/video/svm-demo
https://academy.rapidminer.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 the SVM model :
Regards,
Lionel