Compute Score points from default probability in random forest
Show older comments
Hi, I need to calculate the score associated with a default probability (PD) in a random forest (treebagger) model.
In my model the final node of the tree can be either default or non-default so the PD is the percentage of time that the borrower is in the "default" final node
I want to compare the scores computed with a logistic regression (creditscorecard) with the default probability of the random forest.
While the logit allows with "fitmodel" the computation of the score associated with a given PD, setting targetscore, targetodds and PDO, this is not possible for a treebagger object. Do you have any idea of how I could be able to associate Score and PD ? Thanks.
Answers (0)
Categories
Find more on Classification Ensembles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!