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 model confidence and probability
Hi,
I built a random forest model. I understand the confidence given by the model is not exactly the probability. How to convert the confidence to probability? There is an operator of Rescale Confidences (Logistic), but I am not sure it works well for random forest, or are there any other methods?
Thank you.
I built a random forest model. I understand the confidence given by the model is not exactly the probability. How to convert the confidence to probability? There is an operator of Rescale Confidences (Logistic), but I am not sure it works well for random forest, or are there any other methods?
Thank you.
|
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,Rescale Confidences Logistic is the right way to go. It uses Platt Scaling, which is a common method for it.BR,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers