Use rule induction with excel data set
Hello everyone, I'm newbie of this program, I wanted to use rule induction with excel. I would like to find rule through <annotation>, <emotion, Second emotion>
I would like to draw some rules between the subtitle annotation and the annotation pair <emotion, emotionSecondaria> (see excel attached).
(annotatio, emotion and emotionSecondaria are the names of the columns)
Could you tell me what is the correct process?
Thank you
Find more posts tagged with
@Thomas_Ott Thanks for the reply! I attach the project; my problem is that I can not configure the process to get this result: "If annotation = x then emotion = y and emotionSecondary = z"
if then conditions are generated by the rule induction component; In practice, if then is generated from the data set training.
This is the configuration of set role component
Is it possible that the set role configuration is wrong?
I would like to get this result:
Thank you
@giorogo you can't have two 'labels' defined, it will overwrite the last one.
@giorogo you might want to concatenate the two columns together so you'd have emotion1_emotion1, emotion1_emtion2, etc into one attribute column and just select that as the label
@Thomas_Ott, I have one last question: what do the numbers in brackets represent?
@giorogo you might want to concatenate the two columns together so you'd have emotion1_emotion1, emotion1_emtion2, etc into one attribute column and just select that as the label
@giorogo Is this a homework assignment? I would first attempt to create a process and share it with the community instead of just attaching your CSV and hope we build you something.
FYI: There is a marketbasket sample process on the opening splash page for Studio when you load it up.