The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
select subprocess
sgenzer
Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 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
Scott
0
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