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
label role for more than one attribute
sgenzer
Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
How do I get more than one attribute to have a label role without going into the data editor? If I use the Set Role operator, all I do is set one attribute, and if I try to do another, the prior one gets replaced.
Thanks.
Scott
Thanks.
Scott
0
Answers
The label Role, as well as the ID for example, is a unique role.This is normally very useful otherwise making joins or validation would get very complicated.
What you can to is to set the role of your first label to 'regular' if you want to keep it when adding another label
Best,
David
Use the operator Loop Labels to cycle through those labels for different predictions. (See model documentation for a sample process)
Scott