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
Vector Linear Regression - Multi Label
Hello,
I'm trying to built a vector linear regression model with multiple label attributes, but I'm finding difficulties with the special role setup.
I read the vector linear regression description and from the below I understand that all labels must be named in its special role as something like "label_1", "label_2" and so on.
****The attributes forming the vector should be marked as special, the special role names of all label attributes should start with 'label'.*****
I'm sure that this must be easy, but whatever I've tried doesn't work.
Enclosed the example process and the data
Can you please shed some light on this?
Thanks
I'm trying to built a vector linear regression model with multiple label attributes, but I'm finding difficulties with the special role setup.
I read the vector linear regression description and from the below I understand that all labels must be named in its special role as something like "label_1", "label_2" and so on.
****The attributes forming the vector should be marked as special, the special role names of all label attributes should start with 'label'.*****
I'm sure that this must be easy, but whatever I've tried doesn't work.
Enclosed the example process and the data
Can you please shed some light on this?
Thanks
Tagged:
1
Best Answer
-
TobiasMalbrecht Moderator, Employee-RapidMiner, Member Posts: 295 RM Product ManagementHi @Oprick,Try setting the role of the first label just to "label", the remainder ones to "label_2", "label_3", and so on. See attached process. This should work.Hope this helps,Tobias6
Answers
Scott
when in VLR operator's description says (see below) I have to confess that the plural on word label lead me to believe that this operator was capable of dealing with multi-label problems.
Can you please clarify that?
"It regresses all regular attributes upon a vector of labels. The attributes forming the vector should be marked as special, the special role names of all label attributes should start with 'label'."
Thanks,
Pedro
If you want multi-label modeling, I'd just use the multi-labeling modeling operator in the Ensembles folder. Open the tutorial and you will see how it works on Titanic.
Scott
I'm aware of multi-label indeed, but I have to say that I'm particular curious of this supposed capabilities of VLR.
Again thanks for your help,
Pedro
@sgenzer and @TobiasMalbrecht thank you very much to both of you.
Regards