Is there something like "batch save", which can store hundreds of models automatically?
Jack_Cheng_TW
New Altair Community Member
I have tried first "Store Tree in Repository" and manually upload ".ioo", ".md", and ".properties" files to GitHub.
It's fine to handle just several models like this. However, is there something like "batch save", which can store hundreds of models automatically?
Thanks in advance!
Jack
It's fine to handle just several models like this. However, is there something like "batch save", which can store hundreds of models automatically?
Thanks in advance!
Jack
Tagged:
0
Best Answer
-
Hi @Jack_Cheng_TW,
if you generate a bunch of models in your process, you could combine them in a Collection. Check out the operators in Utility/Collections.
A collection is a single, large object (file) that you can upload in one step.
You could also add your git managed project folder as a repository in RapidMiner (Create new local repository, select existing folder) and put the hundreds of models there. Then you git commit and git push them. They will be distinct objects then.
Regards,
Balázs5
Answers
-
Hi @Jack_Cheng_TW,
if you generate a bunch of models in your process, you could combine them in a Collection. Check out the operators in Utility/Collections.
A collection is a single, large object (file) that you can upload in one step.
You could also add your git managed project folder as a repository in RapidMiner (Create new local repository, select existing folder) and put the hundreds of models there. Then you git commit and git push them. They will be distinct objects then.
Regards,
Balázs5 -
Thank you, BalazsBarany0