Generating a hierachy for decision tree models?
Hello altogether,
currently I am trying myself on visualizing big data with decision trees. Since I have a large dataset with a hierachy I am wondering if it is possible to apply this hierachy to the decision tree. For instance I have data for different years 2010-2015. For logical reasons it is disadvantageous to first have the year 2015 and then the year 2010 in the decision tree. But unfortunately that's exactly what the model does. Is there a way of letting the tree "know" that these attributes are chronologically?
Thank you
Philipp
Find more posts tagged with

Thank you Brian!
but isn't an action in a year important for further actions in the years after? So by generating a tree for each year the influence is also divided and not visible anymore?
Furthermore the tree I have is so large that I could print it out on a house wall :smileyvery-happy: is the only way of reducing the size by increasing the minimal gain of the tree?
Regards
Philipp