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
"Predict probability Decision Tree"
Hello Everyone!
I built a data mining model based on the decision tree algorithm. My question is: Can I see the predict probability of each node?
For example:
Attribute A = Value A (Predict probability 50%)
| Attribute B = Value B (Predict probability 60%)
| Attribute C = Value A (Predict probability 70%)
| Attribute B = Value C
| Attribute C = Value B (Predict probability 65%)
Thank you for your help.
I built a data mining model based on the decision tree algorithm. My question is: Can I see the predict probability of each node?
For example:
Attribute A = Value A (Predict probability 50%)
| Attribute B = Value B (Predict probability 60%)
| Attribute C = Value A (Predict probability 70%)
| Attribute B = Value C
| Attribute C = Value B (Predict probability 65%)
Thank you for your help.
Tagged:
0
Answers
Do you use GUI? If you do by pointing a mouse over a node of the resulting tree you will get more detailed inforamtion about probabilities.
Best,
radone