You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,22 @@ As a Financing Company, the user wants to build a credit scoring model to predic
10
10
## Business Goals
11
11
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.
12
12
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) |
0 commit comments