Answers for "credit scorecard example"

0

credit scorecard example

library(scorecard)
Posted by: Guest on April-05-2022
0

credit scorecard example

# First, get probabalistic predictions
pred_list <- lapply(dt_woe_list, function(x) predict(m2, x, type = 'response'))
# Then evaluate model accuracy  
perf <- perf_eva(pred = pred_list, label = label_list)
Posted by: Guest on April-05-2022

Browse Popular Code Answers by Language