Run process from one of the middle operators

ivangeraskinivangeraskin Member Posts: 6 Contributor I
edited November 2018 in Help

Running all operators in the process can be timeconsuming. How can I run only part of the process (several operators)?

Answers

  • yyhuangyyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientist

    Insert breakpoints before/after is a good way to stop in the middle of process and double check before proceeding to the next steps.
    Also, properly pairing 'Remeber' and 'Recall' operators definitely help you retrieve an object remembered before.

    Grouping operators in a 'subprocess', and right click to enable/disable the subprocess can help you skip some branches to save time.

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    This thread should be moved to the main Studio board.

Sign In or Register to comment.