problem on loop attribute subsets
I need to conduct experiment using loop attribute subsets, but I do not need all combination of the subsets.
The experiments just need to add one attribute for every iteration.
For example: we have 10 attributes (attr_1, attr_2, ..., attr_10).
We only need to run a model on attr_1, {attr_1, attr_2}, {attr_1, ... attr_3}, ..., {attr_1, attr_2, ..., attr_10}
Is it possible to conduct such experiments in RapidMiner?