Export a credit risk scorecard model

조회 수: 1 (최근 30일)
Ananya
Ananya 2023년 6월 23일
답변: Piyush Dubey 2023년 7월 25일
Hi,
After building a credit risk scorecard (with PDO structure or just WOE) is there a way to export that scorecard into SQL or some "IF-THEN" statements. Genearlly this representation of the credit risk scorecard is needed to deployment into different systems. So the output woudl look something like:
If Balance >100 and Balance <200 then Balance_WOE = 0.245
etc etc. Essentially the final scorecard (binned) is exported into this ttype of IF THEN framework.
Any help will be greatly appreciated.
Thanks.
  댓글 수: 3
Ananya
Ananya 2023년 6월 29일
the code is attached.... this is what i woud like MATLAB to produce. atleast the top section that is just a code version of WOE for any variable thanks.
Ananya
Ananya 2023년 7월 15일
can some one in MATLAB take a look at my qeustion. thanks

댓글을 달려면 로그인하십시오.

답변 (1개)

Piyush Dubey
Piyush Dubey 2023년 7월 25일
Hi Ananya,
Credit risk score card can be exported to SQL using a basic workflow:
  1. Extract Scorecard information: Including binning thresholds, weight of evidence (WOE) values and any transformation if performed
  2. Threshold statements which will be automatically categorizing and creating custom columns depending on the IF-ELSE criterion
  3. Transformation based on WOE
  4. Combining and formation of list: This can be done using complex Object datatypes of SQL.
  5. Adoption of truncating irrelevant impractical credit risk scores and handling out of range and missing variables
  6. Exporting of data to SQL server
After the extraction and model building the following documentation can be followed to export data to SQL server using MATLAB:
Hope this helps.

카테고리

Help CenterFile Exchange에서 Portfolio Optimization and Asset Allocation에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by