Community & Support
Learn
Marketplace
Discussions
Categories
Discussions
General
Platform
Academic
Partner
Regional
User Groups
Documentation
Events
Altair Exchange
Share or Download Projects
Resources
News & Instructions
Programs
YouTube
Employee Resources
This tab can be seen by employees only. Please do not share these resources externally.
Groups
Join a User Group
Support
Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
How to end a loop early
Andryeh
Near the beginning of my process I loop through a bunch of different examplesets that usually ends up with nothing left if it's not one I want to use. At that point I start getting "Input is missing" problems. Is there anything like the
continue
statement in Python? How can I handle all these issues without turning my process into a mess?
Find more posts tagged with
AI Studio
Accepted answers
BalazsBaranyRM
Hi,
I usually solve this with an outer loop and an inner Branch operator that checks the additional conditions (e. g. break criterion).
Regards,
Balázs
Andryeh
Thanks, that's how I've solved it. It seems counter-productive to the whole RapidMiner ethos having to do this. RM is supposed to produce readable processes (ie, boxes and lines rather than code) but by having to bury them all inside subprocesses it makes everything confusing. It's a pain that there seems to be so much thought put into how you can change the flow of data dynamically but there only seems to be small handful of processes that can actually change the order of execution.
All comments
BalazsBaranyRM
Hi,
I usually solve this with an outer loop and an inner Branch operator that checks the additional conditions (e. g. break criterion).
Regards,
Balázs
Andryeh
Thanks, that's how I've solved it. It seems counter-productive to the whole RapidMiner ethos having to do this. RM is supposed to produce readable processes (ie, boxes and lines rather than code) but by having to bury them all inside subprocesses it makes everything confusing. It's a pain that there seems to be so much thought put into how you can change the flow of data dynamically but there only seems to be small handful of processes that can actually change the order of execution.
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups