全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 R语言论坛
2883 3
2014-07-31

Table of Contents

Goals . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . .  . . . . 3

Approach to Model Building . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . .  . 3

Architectural Suggestions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . 3

Practical Suggestions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . 3

R Code Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . 4

Reading Data In . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Binning Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . 4

Example of Binning or Coarse Classifying in R: . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . 4

Breaking Data into Training and Test Sample . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . 4

Traditional Credit Scoring . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . .  . . . . . . . . . . . . . 5

Traditional Credit Scoring Using Logistic Regression in R . . . . . .  . . . . . . . . . . . . . . . . . . 5

Calculating ROC Curve for model . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

Calculating KS Statistic . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . 5

Calculating top 3 variables affecting Credit Score Function in R . . . . . . . . . . . . . . . . . . . . . 6

Cutting Edge techniques Available in R . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . .. . . . 7

Using Bayesian N Using Traditional recursive Partitioning . . . . . . . . . . . . . . . . . . . . . . . . . 7

Comparing Complexity and out of Sample Error . . . . . . . . . .  . . . . . . . . . . . . . . . . . . 10

Compare ROC Performance of Trees . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . 10

Converting Trees to Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

Bayesian Networks in Credit Scoring . . . . . . . . . .. . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . 12

Using Traditional recursive Partitioning . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . 14

Comparing Complexity and out of Sample Error . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . 16

Compare ROC Performance of Trees . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . 17

Converting Trees to Rules . . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . 18

Conditional inference Trees . . . . . . . . . . . . . . . . . . . . . . . ..  . . . . . . . . . . . . . . 18

Using Random Forests . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . 20

Calculating Area under the Curve . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25

Cross Validation . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

Cutting Edge techniques: Party Package(Unbiased Non parametric methods-Model

Based Trees) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

Appendix of Useful Functions . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29

References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34

Appendix: German Credit Data . . . . . . . . . ... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
附件列表

Guide to Credit Scoring in R.pdf

大小:590.64 KB

只需: 1 个论坛币  马上下载

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-1-12 17:30:28
感谢分享
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-9-18 21:09:31
wh7064rg 发表于 2014-7-31 06:16
Table of ContentsGoals . . . . . .  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ...
正好可以学习R和credit scoring
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-9-18 22:28:35

感谢分享
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群