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
Random Forest confidence
vijaypshah
Member Posts: 30 Maven
Could you please let me know what method is used for calculating confidence in Random Forest?
Regards,
Vijay
Regards,
Vijay
0
Answers
I think it's either the average confidence of each tree or simply the voting result.
Greetings,
Sebastian
In description it says, "resulting model is a voting model of all trees."
Is confidence based on number of votes received?
Thanks
Regards,
Vijay
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,
Sebastian