Repeat filtering x times to create new example sets?

eldenoso
New Altair Community Member
Hello everyone,
I have a little trouble filtering my example set. What I want to do is create 10 new example sets by filtering the main example set for 10 certain attributes. The problem I thought of is the following:
What would be the solution if I wanted to create 100 new example sets out of my main example set? It would take me hours to create these filters manually. So is there a way to somehow loop or create something to do this automatically?
Thank you for your help
0
Answers
-
There are loops in RapidMiner and you could use Extract Macros to extract a data value (column of names) that can be dropped into the Filter Example during the loop.
0