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.

"Filtering Multiple Attributes"

hgwelechgwelec Member Posts: 31 Maven
edited May 2019 in Help
Hello,


Suppose we have a dataset with the following attributes

Age
Profession
Income
NumberOfChildren
...
...
...
class


How can i remove from analysis , attributes "Age" and "Profession" without using multiple operators (ie two AttributeFilter operators). If it can be done could someone give me an example?




Many Thanks


Harry
Tagged:

Answers

  • haddockhaddock Member Posts: 849 Maven
    Bonjour!

    Try using the operator "FeatureNameFilter" and use  "Age|Profession" as the value for the parameter "skip_features_with_name"

    Actually there is probably a much more cryptic regex that will also do the job, but I'm too lazy to work it out....

    Allez!
  • hgwelechgwelec Member Posts: 31 Maven
    Found it :


    Use a FeatureNameFilter operator and write the following on the'skip_features_with_name' field :

    (Age|Profession)
  • hgwelechgwelec Member Posts: 31 Maven
    Thanks!!  :)
Sign In or Register to comment.