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

Hello everyone,I want prediction with aply model and linear regression but ı want prediction all at

RümeysaRümeysa Member Posts: 2 Learner I
Hello everyone,I want prediction with aply model and linear regression but ı want  prediction all attrübutes.How can use set role

Best Answer

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted
    Hi,

    check out Loop Attributes. This will go through the list of attributes you select, and inside the loop you can use Set Role to mark the current attribute as the label. Put your modeling and prediction process into the loop. Use Store inside the loop with a variable name (e. g. including the loop_attribute macro) to save the result of each iteration.

    Regards,
    Balázs

Answers

Sign In or Register to comment.