mstz commited on
Commit
114ca46
1 Parent(s): a8e50bd

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -21,29 +21,29 @@ Dataset on loan grants to customers.
21
  # Configurations and tasks
22
  The dataset has four configurations:
23
  - `encoding`, which holds the encoding dictionaries mapping binary and ordinal features to their value;
24
- - `loan`, for binary classification of the loan acceptance;
25
 
26
 
27
  # Features
28
  |**Feature**------------------------|**Type** |
29
  |-----------------------------------|-----------|
30
- `checking_account_status` | `int8` |
31
- `account_life_in_months` | `int8` |
32
- `credit_status` | `int8` |
33
- `loan_purpose` | `string` |
34
- `current_credit` | `int32` |
35
- `current_savings` | `int8` |
36
- `employed_since` | `int8` |
37
- `installment_rate_percentage` | `int8` |
38
- `sex` | `int8` |
39
- `marital_status` | `string` |
40
- `guarantors` | `int8` |
41
- `years_living_in_current_residence` | `int8` |
42
- `age` | `int8` |
43
- `installment_plans` | `string` |
44
- `housing_status` | `int8` |
45
- `nr_credit_accounts_in_bank` | `int8` |
46
- `job_status` | `int8` |
47
- `number_of_people_in_support` | `int8` |
48
- `has_registered_phone_number` | `int8` |
49
- `is_foreign` | `int8` |
 
21
  # Configurations and tasks
22
  The dataset has four configurations:
23
  - `encoding`, which holds the encoding dictionaries mapping binary and ordinal features to their value;
24
+ - `loan`, for binary classification of the loan acceptance.
25
 
26
 
27
  # Features
28
  |**Feature**------------------------|**Type** |
29
  |-----------------------------------|-----------|
30
+ |`checking_account_status` | `int8` |
31
+ |`account_life_in_months` | `int8` |
32
+ |`credit_status` | `int8` |
33
+ |`loan_purpose` | `string` |
34
+ |`current_credit` | `int32` |
35
+ |`current_savings` | `int8` |
36
+ |`employed_since` | `int8` |
37
+ |`installment_rate_percentage` | `int8` |
38
+ |`sex` | `int8` |
39
+ |`marital_status` | `string` |
40
+ |`guarantors` | `int8` |
41
+ |`years_living_in_current_residence` | `int8` |
42
+ |`age` | `int8` |
43
+ |`installment_plans` | `string` |
44
+ |`housing_status` | `int8` |
45
+ |`nr_credit_accounts_in_bank` | `int8` |
46
+ |`job_status` | `int8` |
47
+ |`number_of_people_in_support` | `int8` |
48
+ |`has_registered_phone_number` | `int8` |
49
+ |`is_foreign` | `int8` |