🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Loop attribute to iterate different value in an attribute

User: "norashikin"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Andrew2"
    New Altair Community Member
    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
    User: "norashikin"
    New Altair Community Member
    OP
    TQVM !!! ;)

    It works.