Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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