申请评分模型拒绝推断(RI)方法
文章目录
1、拒绝推断评分卡建模流程
The workflow for the reject inference process is:
- Build a logistic regression model based on the accepts. (bases_model)
- Infer the class of rejects using one of the reject inference techniques.
- Combine the accepts and rejects into a single data set.
- Create a new scorecard, bin the expanded data set, and build a new logistic model.(final_model)
- Validate the final model.
2、拒绝推断的方法汇总(简化版)
拒绝推断是对一种非随机性缺失(MNAR)的数据处理形式,概况来说有两种处理技术:分配法和增强法。这两种方法,一种依赖经验,一种依赖算法:
在一些机构当中,为了较准确推断出拒绝样本