Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Loop attribute to iterate different value in an attribute

norashikinnorashikin Member Posts: 2 Contributor I
edited September 2019 in Help
Hi,

I want to use logistic  regression to my dataset.
But in my dataset, for the product_name attribute, there are 5 types of different product name.
I need to apply this model for each product separately by iterates the attribute in a dataset. Is it possible to use loop attribute for ths scenario? How to create it? Help me please . Thank you in advance  :)

Shikin.

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Loop Values will iterate over the values and Filter Examples inside this loop will allow the example set to be filtered to include only the current value of interest.

    Regards

    Andrew
  • norashikinnorashikin Member Posts: 2 Contributor I
    TQVM !!! ;)

    It works.
Sign In or Register to comment.