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.

Skip finished operators

arhongarhong Member Posts: 7 Contributor II
edited November 2018 in Help
I have a process containing several operators. After a overnight run, the first three operators were finished, while the fourth operator got an error message.
To restart the process, I would like to start from the fourth operator, instead of rerunning all of them.
Is there a way to skip the first three operators while still taking the output from the finished third operator?

Answers

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

    what you can do is using a publish to app operator to store the results of your process in a session variable. If the process crashes, you still have access to the data using recall from app. Those operators are available in RM 6.3+.

    If you did not design your process before hand accordingly, you can right click on a port and use "Store example set in repository". Then you can use it from the repo.


    Regards,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.