Sequenced Decision Trees
Hello,
I am trying to create a decision tree model for a dataset consisting of law cases. I have extracted the relevant information and now I want to create a decision tree that follows the following pattern: Case Categ -> People Categ -> Procedure Categ -> Result. I want the model to go through each category in this specific order. However, I have no idea how to do that in RapidMiner. Could someone help me?
I should mention that in each category, there are variables: Case (age of the offender, gender, gravity, circumstances), People (names for the judge, lawyers, prosecutor), Procedure (location, court, accusing entity). And the final result will be whether or not the person was acquitted and if it was not acquitted, how many years did it get.