The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"path dependent Decision tree??"
So, I have test test data for a number of students. I have the data stored across columns like ID, Test1-score, test2-score, test3-score, and finally the label attribute "Pass Final" which is a binomial (1 or 0). What I am looking to do is force the tree to evaluate the liklihood of passing the final based on how the student did on test 1, and then look at test 2 in relation to test 1 and the final and so on. I've tried ordering attributes, selecting attributes and a number of other things, but I can't seem to find out how to create a path that the tree must follow. It is important because we need to identify at which stage of the students' matriculation through our program should we take them aside for remediation.
Any help will be greatly appreciated. I've also tried to turn the data into a time series list-type or flat-file dataset, but with ID, Test, Date & Score, but Rapid Miner starter edition is choking on the size of the data and it will not load. Thanks in advance.
Allen
Any help will be greatly appreciated. I've also tried to turn the data into a time series list-type or flat-file dataset, but with ID, Test, Date & Score, but Rapid Miner starter edition is choking on the size of the data and it will not load. Thanks in advance.
Allen
Tagged:
0
Answers
You have trained a decision tree. You apply it, and see if you got ones or zeros. Now you want to know why there is a 1 or a 0?
Dortmund, Germany
Anyway - Can't you take the confidences of your tree? They are normalized between 0-1 and might be interpreted as a likelihood.
Dortmund, Germany