🎉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

Split example set by values of attribute

User: "garryfat"
New Altair Community Member
Updated by Jocelyn
Hi !
I try to split example set into subsets by values of nominal attribute (categories) and after that to run a classification algorithm on each subset.

How can I do it ? ???

Thanks in advance,
Garry

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MariusHelf"
    New Altair Community Member
    Hi Garry,

    you can use the Loop Values operator. On the inside, use Filter Examples with the expression "myAttributeName = %{loop_value}", then run the classification algorithm on the filtered data.

    Best regards,
    Marius