Skip to content

Commit 2d66892

Browse files
authored
Update README.md
1 parent 1e3af15 commit 2d66892

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ As a Financing Company, the user wants to build a credit scoring model to predic
1010
## Business Goals
1111
Research and develop the model to predict applicants whether the applicant will default or not, and also find the best metrics since this is an imbalance class dataset.
1212

13+
## Data Dictionary
14+
15+
| Feature Name | Description |
16+
| --- | --- |
17+
| person_age | Age |
18+
| person_income | Annual income |
19+
| person_home_ownership | Home ownership |
20+
| person_emp_length | Employment length (in years) |
21+
| loan_intent | Loan intent |
22+
| loan_amnt | Loan amount |
23+
| loan_int_rate | Interest rate |
24+
| loan_percent_income | Percent income by loan |
25+
| cb_person_default_on_file | Historical default |
26+
| cb_person_cred_hist_length | Credit history length |
27+
| loan_status | Loan status |
28+
1329
## Results
1430
```bash
1531
+----------------------+--------------------------------+--------------------------------+--------------------------------+
@@ -52,7 +68,7 @@ Guidance for input and output format when access it on web.
5268
### 1. Input Format
5369
Endpoint: `https://credit-risk-brianic.herokuapp.com/predict-api`.
5470

55-
Using `'POST'` method, your input must be JSON like this below for example:
71+
Using `'POST'` method, input variables like the data dictionary above except *loan status*. It must be JSON like this below for example:
5672
```JSON
5773
{
5874
"person_age":24,

0 commit comments

Comments
 (0)