Random Forest confidence
vijaypshah
New Altair Community Member
Could you please let me know what method is used for calculating confidence in Random Forest?
Regards,
Vijay
Regards,
Vijay
Tagged:
0
Answers
-
Hi,
I think it's either the average confidence of each tree or simply the voting result.
Greetings,
Sebastian0 -
If would be great if you could provide the reference that was used while writing software!
In description it says, "resulting model is a voting model of all trees."
Is confidence based on number of votes received?
Thanks
Regards,
Vijay
0 -
Hi,
well, use ten trees and take a look at the confidence. If it equals to one of 1, 0.9, ..., 0.1, 0 then it is the voting confidence. Otherwise it will be the average confidence...
Greetings,
Sebastian0