How can I change type of weight in feature selection algorithms?

New Altair Community Member
Updated by Jocelyn
Hi. I'm new in rapidminer and I try feature selection algorithm such as backward eliminatiom and svm-RFE. The problem is that in the result the weight of feature is only 0,1 and it's not useful for me. How can I chang it to real?
Find more posts tagged with
Sort by:
1 - 4 of
41
Hi @maryam_raz21
To get real weights, you should use one of the 'Weight by ...' operators; the feature selection operators you mentioned are acutually only selecting relevant features (hence assigning them weight = 1) and drop irrelevant (hence assigning them weight = 0).