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

"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.