What is the replacement for ValueSubgroupIteration?

holgerholger Member Posts: 42 Contributor II
edited November 2018 in Help
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

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    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,
      Sebastian
Sign In or Register to comment.