代码详解:准确率惊人!用Credit R创建信用风险评分模型(22)

系统稳定性指数(System Stability Index)是用来衡量模型和变量稳定性的一种测试 。 若ssi值大于0.25 , 则表明变量稳定性受到损害 。

#Variable stabilities are measured

SSI.calc.data(train_woetest_woe\"creditability\")

输出:

由于主量表的主要目的是区分风险 , 所以HHI测试用于测量主量表的浓度 。 HHI值超过0.30表示浓度高 。 这可能是因为处于建模阶段或主量表的创建方式不正确 。

#The HHI test is performed to measure the concentration of the master scale

Herfindahl.Hirschman.Index(master_scale\"Total.Observations\")

输出:

0.1463665

通过“anchor.point”函数 , 我们测试了默认速率是否与预期水平的平均PD兼容 。

推荐阅读