crismunoz commited on
Commit
3bc5976
1 Parent(s): 6b584e1

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: credits_this_bank
5
+ dtype: int64
6
+ - name: present_res_since
7
+ dtype: int64
8
+ - name: duration_in_month
9
+ dtype: int64
10
+ - name: people_under_maintenance
11
+ dtype: int64
12
+ - name: installment_as_income_perc
13
+ dtype: int64
14
+ - name: age
15
+ dtype: int64
16
+ - name: credit_amount
17
+ dtype: int64
18
+ - name: account_check_status_0 <= ... < 200 DM
19
+ dtype: float64
20
+ - name: account_check_status_< 0 DM
21
+ dtype: float64
22
+ - name: account_check_status_>= 200 DM / salary assignments for at least 1 year
23
+ dtype: float64
24
+ - name: account_check_status_no checking account
25
+ dtype: float64
26
+ - name: credit_history_all credits at this bank paid back duly
27
+ dtype: float64
28
+ - name: credit_history_critical account/ other credits existing (not at this bank)
29
+ dtype: float64
30
+ - name: credit_history_delay in paying off in the past
31
+ dtype: float64
32
+ - name: credit_history_existing credits paid back duly till now
33
+ dtype: float64
34
+ - name: credit_history_no credits taken/ all credits paid back duly
35
+ dtype: float64
36
+ - name: purpose_(vacation - does not exist?)
37
+ dtype: float64
38
+ - name: purpose_business
39
+ dtype: float64
40
+ - name: purpose_car (new)
41
+ dtype: float64
42
+ - name: purpose_car (used)
43
+ dtype: float64
44
+ - name: purpose_domestic appliances
45
+ dtype: float64
46
+ - name: purpose_education
47
+ dtype: float64
48
+ - name: purpose_furniture/equipment
49
+ dtype: float64
50
+ - name: purpose_radio/television
51
+ dtype: float64
52
+ - name: purpose_repairs
53
+ dtype: float64
54
+ - name: purpose_retraining
55
+ dtype: float64
56
+ - name: 'savings_.. >= 1000 DM '
57
+ dtype: float64
58
+ - name: savings_... < 100 DM
59
+ dtype: float64
60
+ - name: savings_100 <= ... < 500 DM
61
+ dtype: float64
62
+ - name: 'savings_500 <= ... < 1000 DM '
63
+ dtype: float64
64
+ - name: savings_unknown/ no savings account
65
+ dtype: float64
66
+ - name: present_emp_since_.. >= 7 years
67
+ dtype: float64
68
+ - name: 'present_emp_since_... < 1 year '
69
+ dtype: float64
70
+ - name: present_emp_since_1 <= ... < 4 years
71
+ dtype: float64
72
+ - name: present_emp_since_4 <= ... < 7 years
73
+ dtype: float64
74
+ - name: present_emp_since_unemployed
75
+ dtype: float64
76
+ - name: 'gender_female '
77
+ dtype: float64
78
+ - name: 'gender_male '
79
+ dtype: float64
80
+ - name: personal_status_ divorced/separated
81
+ dtype: float64
82
+ - name: personal_status_ divorced/separated/married
83
+ dtype: float64
84
+ - name: personal_status_ married/widowed
85
+ dtype: float64
86
+ - name: personal_status_ single
87
+ dtype: float64
88
+ - name: 'property_if not A121 : building society savings agreement/ life insurance'
89
+ dtype: float64
90
+ - name: 'property_if not A121/A122 : car or other, not in attribute 6'
91
+ dtype: float64
92
+ - name: property_real estate
93
+ dtype: float64
94
+ - name: property_unknown / no property
95
+ dtype: float64
96
+ - name: other_installment_plans_bank
97
+ dtype: float64
98
+ - name: other_installment_plans_none
99
+ dtype: float64
100
+ - name: other_installment_plans_stores
101
+ dtype: float64
102
+ - name: housing_for free
103
+ dtype: float64
104
+ - name: housing_own
105
+ dtype: float64
106
+ - name: housing_rent
107
+ dtype: float64
108
+ - name: job_management/ self-employed/ highly qualified employee/ officer
109
+ dtype: float64
110
+ - name: job_skilled employee / official
111
+ dtype: float64
112
+ - name: job_unemployed/ unskilled - non-resident
113
+ dtype: float64
114
+ - name: job_unskilled - resident
115
+ dtype: float64
116
+ - name: telephone_none
117
+ dtype: float64
118
+ - name: 'telephone_yes, registered under the customers name '
119
+ dtype: float64
120
+ - name: other_debtors_co-applicant
121
+ dtype: float64
122
+ - name: other_debtors_guarantor
123
+ dtype: float64
124
+ - name: other_debtors_none
125
+ dtype: float64
126
+ - name: foreign_worker_no
127
+ dtype: float64
128
+ - name: foreign_worker_yes
129
+ dtype: float64
130
+ - name: young
131
+ dtype: float64
132
+ - name: adult
133
+ dtype: float64
134
+ - name: senior
135
+ dtype: float64
136
+ - name: default
137
+ dtype: int64
138
+ splits:
139
+ - name: train
140
+ num_bytes: 428800
141
+ num_examples: 800
142
+ - name: test
143
+ num_bytes: 107200
144
+ num_examples: 200
145
+ download_size: 87613
146
+ dataset_size: 536000
147
+ configs:
148
+ - config_name: default
149
+ data_files:
150
+ - split: train
151
+ path: data/train-*
152
+ - split: test
153
+ path: data/test-*
154
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aadea37c8fd3595bcd9f17a7eaebe1283393e8d9a19000364dd076203551cff7
3
+ size 39146
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409092d0ccae1b1fcfc9667438937971e17460b41fabd2ba43a56ea7d7b7fe04
3
+ size 48467