kevinhug commited on
Commit
389df15
·
1 Parent(s): f50d10d
Files changed (2) hide show
  1. app.py +2 -2
  2. xgb/credit_record.png +0 -0
app.py CHANGED
@@ -238,8 +238,8 @@ Explain by Context
238
 
239
  ![Credit Record Summary](file=./xgb/credit_record.png)
240
  **Observations from a healthy credit background:**
241
- Note: this is odd ratio
242
- - base line at -2, indicate explain from healthy credit perspective, why this guy is default
243
  - This individual defaults due to high **PAY_0** and **PAY_6**.
244
  - PAY_0 represents repayment status in September, 2005 (-1=pay duly, 1=payment delay for one month, 2=payment delay for two months, … 8=payment delay for eight months, 9=payment delay for nine months and above).
245
 
 
238
 
239
  ![Credit Record Summary](file=./xgb/credit_record.png)
240
  **Observations from a healthy credit background:**
241
+ f(x) in probability for logistic regression objective using XGBoost
242
+ - base line at 0.15, indicate explain from healthy credit perspective, why this guy is default
243
  - This individual defaults due to high **PAY_0** and **PAY_6**.
244
  - PAY_0 represents repayment status in September, 2005 (-1=pay duly, 1=payment delay for one month, 2=payment delay for two months, … 8=payment delay for eight months, 9=payment delay for nine months and above).
245
 
xgb/credit_record.png CHANGED