Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Changing the name of an ExampleSet created by a loop collection.
Process_Intern
Member Posts: 13 Learner II
Hi all,
It is me again. I have a trickier question here. In my process, I have a loop collection creating me multiple ExampleSets. I would like to rename those Example Set into batch names that are growing following the iterations of my loop. As an example, I would like the first ExampleSet to be batch#1, the second to be batch#2 and the third one to be batch#3 and so that every example set is renamed to its batch number. Following this logic, I would have an operator (I don't remember the name...) that merge the "batch#" and the itteration of my loop.
I've spoken with @sgenzer on this and he told me to get to @mschmitz because you were the man.
Thanks
It is me again. I have a trickier question here. In my process, I have a loop collection creating me multiple ExampleSets. I would like to rename those Example Set into batch names that are growing following the iterations of my loop. As an example, I would like the first ExampleSet to be batch#1, the second to be batch#2 and the third one to be batch#3 and so that every example set is renamed to its batch number. Following this logic, I would have an operator (I don't remember the name...) that merge the "batch#" and the itteration of my loop.
I've spoken with @sgenzer on this and he told me to get to @mschmitz because you were the man.
Thanks
Tagged:
1
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,528 RM Data ScientistHi @Process_Intern ,nice feature request.. To the best of knowledge there is now way of changing this.Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany6
Answers
Thanks
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Also, I don't want to store my results as database. If I am to make 40 iterations, as an example, I don't want them all in different repository. I only want the names in my results to be changed.
But, your advice is leading me in another path that should be useful later to me. When you name your file in the store operator, how do you name that with the iteration, I am talking about the format. For example, I will name my iteration macro :"aa". To name my stored data, what should I write? I was guessing something like : "batch# + %{aa}". Is that it?
But if you don't want them stored, then why do you care what they are named here, as otherwise they are only existing temporarily in memory with these names?
Remember, you can always use the Select operator to pick just the one you want from the original collection and then save that one.
Also to clarify, Storing them doesn't put them in a different repository (necessarily), you can specify the path of the place they should be kept. You could put them all into a single subfolder in your existing repo and then go in later and delete the ones you no longer need.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Dortmund, Germany