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
Is there something like "batch save", which can store hundreds of models automatically?
Jack_Cheng_TW
Member Posts: 7 Learner I
in Help
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
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi @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