BookmarkSubscribeRSS Feed
cmajorros
Calcite | Level 5

Dear Statisticians

I m building a predictive model by using SAS E-Miner credit Scoring .  I used the

data from 2007 to 2012. We have  a factor call "Terms" which current situation (2013-2014)

of the data is significantly change.The average

of term for the model is around 30 terms. Two year later term are getting longer (Average 48 terms) due to changing of some practices

. If I countinue using "Term" in my model. I think it s no longer useful and I have to re-build the model so soon. For example,

=< 12 terms = 10 points

13-24 = 5 points

25- 36 = 0 points

>=36 = -5 point

From the score, all new customers will receive -5 points. Because the nobody has no term Less than 36. The proportion of other groups will be 0.

So I decided to standardize my factor by 2 methods.

1) In finding Z we need SD, No of observation, and Average.

I fixed the AVG of all records by using Average of data in model. This mean all records of data will have the same N, and Average

2) N , Average and SD are not fixed, They are vary by their date.

Below are examples of the two groups

1)

ContractTermDateAVGSDZ
11201-Jan-0723.25 12.65 (0.89)
21802-Jan-0723.25 12.65 (0.42)
32003-Jan-0723.25 12.65 (0.26)
42404-Jan-0723.25 12.65    0.06
51205-Jan-0723.25 12.65 (0.89)
61606-Jan-0723.25 12.65 (0.57)
74807-Jan-0723.25 12.65    1.96
83608-Jan-0723.25 12.65    1.01

2)

ContractTermDateAVGSDZ
11201-Jan-07 12.00       -        -  
21802-Jan-07 15.00    4.24    0.71
32003-Jan-07 16.67    4.16    0.80
42404-Jan-07 18.50    5.00    1.10
51205-Jan-07 17.20    5.22 (1.00)
61606-Jan-07 17.00    4.69 (0.21)
74807-Jan-07 21.43 12.47    2.13
83608-Jan-07 23.25 12.65    1.01

From the above example, Value of Z of the two group are changed and can effect to the range of score.

I need u all suggestion about the method of calculating the Z value which one is better.

My background is not statistician or mathematician, but really interested in Data Modelling and really need support from you all guys.

Thanks in advance.

Ros

1 REPLY 1
M_Maldonado
Barite | Level 11

Hi Ros,

Not a statistician here, but I am a big fan of the Interactive Grouping and Scorecard nodes in Enterprise Miner. I used to do everything by hand back in the day, and these nodes do a lot of the hard work behind the scenes.

Two things that I thing you could improve:

You are using data from 2007 to 2012. This time window is too large. The standard is to have 12 month periods, but it could vary depending on whether it is new applications vs behavior, the specific credit practice, or country regulations. But I would rather do yearly periods e.g. use June 2010 through May 2011 to predict the next year. I would think that this way the variable TERMS would be more stable.

Instead of using the moving average to determine how to bin or group the variable TERMS, I would use the Interactive Grouping node in the credit scoring tab directly. This node bins the variables for you, and most importantly calculates and graphs the weight of evidence of each of the bins, it also calculates the Information Value and only passes the variables that meet a threshold to the next nodes in your diagram (think of a Scorecard node).

I would much rather use weight of evidence and information value than moving average to assess a variable.

You can learn more about these nodes in the reference help. Press F1 if you are on Enterprise Miner.

This book is also a must read for credit scoring professionals:

Credit Risk Scorecards: Developing and Implementing Intelligent Credit Scoring

Naeem Siddiqi

I hope this helps,

Miguel

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 754 views
  • 0 likes
  • 2 in conversation