Split example set by values of attribute
garryfat
New Altair Community Member
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
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
Tagged:
0
Answers
-
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,
Marius0