15 February 2016 3 9K Report

SVM - RFE is a binary classifier and removes only one feature in each iteration. I want to eliminate a set of features. in many papers they have eliminated the lowerst ranked 50% of features, in some they remove 1/4th of feature. Is there any method to compute this threashold from weights of each feature.

I have an idea, of sorting the weights of each feature and to find the longest difference between the weights of the sorted features. then removing all the features below the longest gap.

More Kavitha k r's questions See All
Similar questions and discussions