The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Have to Run the whole process from starting always?
Hi All,
I am new in rapidminer, i was wondering that if there is a way in which we can start execution of a process from some point where we have already reached in its previous execution(green dot). Some processes are very large and time consuming.Sometimes we need to change something to experiment with some other thing(model for ex.).Then is there any way by which we need not to run the process from starting all the time. for ex. if a process contains some pre-processing operators, and we need to experiment with different models,then in this case we don't need to rerun all pre-processing steps every time as there is no change in them or if there is an error at some point and we correct that error then again we have to run the process from starting..how can this be achieved?
I am new in rapidminer, i was wondering that if there is a way in which we can start execution of a process from some point where we have already reached in its previous execution(green dot). Some processes are very large and time consuming.Sometimes we need to change something to experiment with some other thing(model for ex.).Then is there any way by which we need not to run the process from starting all the time. for ex. if a process contains some pre-processing operators, and we need to experiment with different models,then in this case we don't need to rerun all pre-processing steps every time as there is no change in them or if there is an error at some point and we correct that error then again we have to run the process from starting..how can this be achieved?
0
Answers
Split your processes in different processes, store your results and retrieve them at each new process.
Cheers
Sven
For use with RapidMiner Server reports there are two operators Publish to App & Recall from App. I'm not going to go in to what they operators actually should be used for with Server (trust me it's really cool 8) ) - instead we're going to use them for a completely different purpose.
The Publish to App operator actually stores the data in memory as part of your currently open session. So you can use it in conjunction with 'Recall from App' and the view (View -> Show View) "App Objects".
Run the below process, there's an obvious error that is going to cause it to fail, but notice I have used several Publish to App operators within the process. This allows me to go back after the error is flagged and retrieve the data at the point of failure.
Have a play around with this and let me know if you have any questions.