An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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.
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.
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