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

supportvectormachinesupportvectormachine Member Posts: 4 Learner I
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:

Best Answers

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Solution Accepted
    Hi @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,

    Lionel
  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Solution Accepted
    Hi @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


Answers

Sign In or Register to comment.