BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have a set of loan performance data with a flag indicating whether the loan was good (1) or bad (defaulted) (2). The dataset also includes a custom model score based on customer credit attributes to predict bad. The range for the custom score is 61 to 545. I want to cut the custom score into 10 bands (pricing grades), each band corresponding to a target bad rate (# of bads / # of total loans). For example, band 1 needs to have a bad rate of 2.6%, band 2 needs a bad rate of 3.8%, and so on.

Any help??????
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
Determining cut points is often a function of the use to which they will be put. You haven't stated that.

If you want to validate the custom score, a discrimination tool often used in logistic regression is to use cut points based on the deciles of the data. Then you can plot the mean number of defaults against the mean score in the band as a way to look at the linearity of the prediction of default. The Hodges-Lemenshow test may be used to examine goodness of fit.

Doc Muhlbaier
Duke
deleted_user
Not applicable
I figured I needn't state a use for the bands since I had indicated that I have pre-defined targets for the bands. I want to find the cuts that yield specified bad rates (means of my bad flag).

1st band would be 61 - x, where the mean of bad for this band = .026,
2nd band would be x - y, where the mean of bad for this band = .038,
and so on.

These bands will represent pricing tiers for consumer loans. The reason I need the bands to yield specific bad rates is so this new segmentation can be installed in place of an old one without the need to adjust pricing.

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 798 views
  • 0 likes
  • 2 in conversation