sgenzerAdministrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts: 2,959 Community Manager
I'd like to name the subprocesses and then select via that name, rather than use the 1,2,3,... option.
Scott
0
Answers
MartinLiebigAdministrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts: 3,453 RM Data Scientist
You are right, that would be nice
Is there any particular use case? Or just because it is easier to track for the analyst?
Cheers,
Martin
- Sr. Director Data Solutions, Altair RapidMiner - Dortmund, Germany
0
sgenzerAdministrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts: 2,959 Community Manager
Sure Martin. Here's an example:
I have a data set that has three categories: Math, Reading and Language Usage. I need to do processing differently depending on which one it is. Right now I have to create a "Selector" macro that is a large "if" statement, converting Math, Reading and Language Usage to 1,2,3 for Select Subprocess. Furthermore, once I'm in the subprocess, the headers in each window say "Selection1" "Selection 2" and "Selection 3" rather than "Math" "Reading" "Language Usage". I usually cheat the system and place a Set Macro operator in each window which does nothing but carry the name "Math" (hence related to my labeling request from earlier). Here's an excerpt of something similar:
sgenzerAdministrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts: 2,959 Community Manager
Here's another that chooses a subprocess based on filename characteristics:
Answers
Is there any particular use case? Or just because it is easier to track for the analyst?
Cheers,
Martin
Dortmund, Germany
I have a data set that has three categories: Math, Reading and Language Usage. I need to do processing differently depending on which one it is. Right now I have to create a "Selector" macro that is a large "if" statement, converting Math, Reading and Language Usage to 1,2,3 for Select Subprocess. Furthermore, once I'm in the subprocess, the headers in each window say "Selection1" "Selection 2" and "Selection 3" rather than "Math" "Reading" "Language Usage". I usually cheat the system and place a Set Macro operator in each window which does nothing but carry the name "Math" (hence related to my labeling request from earlier). Here's an excerpt of something similar: Thanks.
Scott