how to reopen results of an auto model after closing Rapidminer
1338773patti
MemberPosts:4Contributor I
as the title says.
我想开我从Aut的结果o model. I ran a Deep learning model. got some brilliant results, then saved the process, but how do I save the results to reopen them later??? Do i have to rerun the complete process again??
Sorry if this topic already excisted I can't find it anywhere.
Tagged:
0
Answers
Hi@1338773patti,
I don't know a way to save results. There are some things you can do so you can reuse your training methods, though:
You can virtually store anything you want using theStoreoperator, as long as it can be converted internally into an IOObject, so you might want to place aStoreoperator just before any endpoint in your process, like here:
Now, don't be scared by IOObjects. These are the structures used internally by RapidMiner to store data, functions, models, etc. Just remember that these can beStore'd andRetrieve'd.
Here is a demo, usingRapidMiner Studioand the classic Titanic Dataset with a Deep Learning algorithm that saves results before displaying.
Hope this helps,
Rodrigo.
首先,谢谢你的快速的交货tensive reply,
I do know you can rerun the process but that takes almost as long as first auto modeling.
so I was looking for a way to save the results so I can, when I close and reopen rapidminer, work on the simulation and the optimization again.
还您看如何将结果保存到使用in a presentation or a report.
I am a student and have to include every little step of the process in my reports.
My pleasure. We are here to help!
Unfortunately yes, but that's the best use case for most of us.
You can save the simulation and the optimized work, that was what I suggested in the first place.
I have three suggestions here, both of these require that you run yourAuto Model,Open the Processand save it at the end of your run. The idea behindAuto Modelis that you can accelerate the process of running your models, but you are then encouraged to modify it by yourself to suit your needs.
Take one of these:
Again, take a look at the XML process that I have shared with you. You can create a newProcess, open the XML panel inView > Show Panel > XML, paste the entire XML result and click on the green tick on the top, be back at theProcesspanel and your process will run seamlessly if you have RapidMiner 9. Look at the end of the process, where all thoseStoreoperators are. These will save data for you on the root of yourLocal Repository, so if you run it, you can see how did I do that.
All the best,
Rodrigo.
this sounds like an Auto Model feature request to me...copying@IngoRM
Scott