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
Create "savepoints" that allow partial execution of a project.
rfuentealba
RapidMiner Certified Analyst, Member, University Professor Posts: 568 Unicorn
in Help
Hello folks,
Have you considered an operator that stores the current state of everything (macros, processes) into an object that can be marshalled and used as a different starting point? Like... the Store operator but that stores everything, not just the things we order it to store.
e.g., I build a process that does A, B, C, D, E and F things. I know B and D are expensive in terms of time, so I can put a savepoint for B in case I need to fix something in C, D and E later on but I don't want to go through the pain of executing B and D *again*. Therefore instead of the Play button, I can get a list of savepoints and play from there.
Now, I know I could store things but savepoints could help me building something small, just exploratory, before even organizing my project directory, in a more efficient way.
Is there such a thing in plans?
All the best,
Rodrigo.
Tagged:
3
Best Answer
-
Pavithra_Rao Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 123 RM Data ScientistHey @rodriguezestefa,
If I remember correctly @michael is building an extension/operator to implement something similar to described above.
Hoping he will be able to give more details, once he's back from his vacation!
Cheers,
Pavithra6
Answers