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.
Select a list of Attributes
aryan_hosseinza
Member Posts: 74 Contributor II
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
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
0
Answers
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