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.

"SVM design question"

datasunnydatasunny Member Posts: 11 Contributor II
edited June 2019 in Help
hi all,

I'm using SVM to design a text classifier. Since the training corpus are large and the trained SVM model has tons of attributes. More than 50% of those attribute has a weight of 0.
My question is how can i remove those attributes whose weight is 0 to simply the SVM model and the wordlist?
The SVM model outputs model/estimate_performance/weight/example_set, from what i can see, none of them can be converted to wordlist, is that correct?
Thanks for ur help.
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi datasunny,

    RapidMiner offers different approaches to reduce the dimensionality of data. In your case you may be interested in the Weight by SVM operator combined with Select by Weights. You will find a bunch of other statistics based weighting operators in group Modeling/Attribute Weighting. Other approaches to reduce dimensionality are feature selection algorithms, which you can find in Data Transformation/Attribute Set Reduction and Transformation/Selection/Optimization. Most notably here is the Forward Selection.

    Cheers,
    Marius
Sign In or Register to comment.