🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Random forest model confidence and probability

User: "testapp"
New Altair Community Member
Updated by Jocelyn
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.


 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    Rescale Confidences Logistic is the right way to go. It  uses Platt Scaling, which is a common method for it.

    BR,
    Martin