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
Read AML only allow me to have one output!
Hi there,
I try to simulate a classification problem with a dataset with 13 inputs and 4 outputs and the "Read AML" operator only allows to mark one feature as "label", the rest is set to "attribute". How can I deal with that?
Many thanks in advance
Theo
I try to simulate a classification problem with a dataset with 13 inputs and 4 outputs and the "Read AML" operator only allows to mark one feature as "label", the rest is set to "attribute". How can I deal with that?
Many thanks in advance
Theo
0
Answers
most operators in RapidMiner can handle only exactly one output variable - in RapidMiner-terms the "label". You can however specify custom roles, such as "label1", "label2" etc. Before applying a learner on your data, you have then to use Set Role to assign the role "label" to one of your attributes. That one will then be used as output/target variable by the algorithm.
To get a better understanding of the concept of attribute roles, please have a look at the introductory video tutorials on our website.
Best,
 Marius