Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

is there a Container / subprocess operator?

Fred12Fred12 Member Posts: 344 Unicorn
edited November 2018 in Help

hi,

 

I have several processes in one main process, like preprocessing, model making, outlier detection, performance analysis, etc. but the main process gets very big...

is there any way to put several opators that belong logically together for a run into one subprocess, or one "Container-like" operator, with no specific function, just one or several input ports and one or several output ports, just to make the main process clearer...

 

there is a collection operator but I guess thats not the same... or should I simply use a loop operator with 1 loop time?

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Solution Accepted

    Yes, it's called subprocess :)

     

    You can also select a bunch of operators, right click on them and choose "Move to Subprocess".

     

    And maybe Execute Process is also nice for you :)

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

Sign In or Register to comment.