Options

Select a list of Attributes

aryan_hosseinzaaryan_hosseinza Member Posts: 74 Contributor II
edited November 2018 in Help
Hi everybody ,

I have a list of attribute names as an example set , and I have another data source which I want to choose a subset of its features (these feature names are those listed in the first exampleset I mentioned) ,

Which operation should I use ?

Thanks ,
Arian

Answers

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

    you could loop the values of the example set containing the attribute values with Loop Values and assemble a regular expression from the names, which you can then use in combination with Select Attributes to select the desired attributes.
    This will include some macro-processing with Set Macro.

    Best, Marius
Sign In or Register to comment.