What is the replacement for ValueSubgroupIteration?
holger
New Altair Community Member
Hi,
ValueSubgroupIteration is deprecated in RM5. What is its replacement? My first guess was "LoopValues" but this one iterates over the complete dataset in each iteration step and not over the subset as defined by the loop attribute.
-Holger
ValueSubgroupIteration is deprecated in RM5. What is its replacement? My first guess was "LoopValues" but this one iterates over the complete dataset in each iteration step and not over the subset as defined by the loop attribute.
-Holger
Tagged:
0
Answers
-
Hi,
this could be easily replaced by an ExampleFilter inside the loop value operator. The other operator had a very annoying behavior not compatible with RapidMiner 5.0, so that we had to make it incompatible anyway.
Greetings,
Sebastian0