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.
How to use the name of a dataset in a macro?
Hello,
is there a possibility to use the name of a dataset in a macro. I would like to use the loop-dataset-operator and store each iteration under the name of the dataset.
Thanks for your help
Alex
is there a possibility to use the name of a dataset in a macro. I would like to use the loop-dataset-operator and store each iteration under the name of the dataset.
Thanks for your help
Alex
Tagged:
0
Best Answer
-
David_A Administrator, Moderator, Employee, RMResearcher, Member Posts: 297 RM ResearchHi @JunoSital ,you could use the Extract Macro from Annotation operator. Each example set has an annotation Source which is the repository entry from where the data come from. Alternatively you can specify an individual annotation yourself the name of the example set before putting it into the loop-dataset operator.Best,David7
Answers
thanks for your help. It works very well
Do you know, where I can find a list of all annotations?
Alex