How to save a model for further analysis
ed1305
New Altair Community Member
suppose i am doing random forest and i want to save the weight by tree importance to another file how do i do it?I see some have used write model but i don't find the write model operater in rapidminer
Tagged:
0
Answers
-
You can save the model to the repository using the store operator. It is not just for example sets. Just retrieve the model to continue to use it in your process. Sometimes you might need to save models within your process so that they can be used in other parts of your process. Loops or validation might need this in certain circumstances. The Remember and Recall operators can do this. These are very useful operators.
4