MinaMila commited on
Commit
6f87df7
·
verified ·
1 Parent(s): c736358

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: status of existing checking account_0 to less than 200 DM
5
+ dtype: int64
6
+ - name: status of existing checking account_200 DM or more
7
+ dtype: int64
8
+ - name: status of existing checking account_less than 0 DM
9
+ dtype: int64
10
+ - name: status of existing checking account_no checking account
11
+ dtype: int64
12
+ - name: purpose of credit_for business
13
+ dtype: int64
14
+ - name: purpose of credit_for education
15
+ dtype: int64
16
+ - name: purpose of credit_for other reasons
17
+ dtype: int64
18
+ - name: purpose of credit_for repairs
19
+ dtype: int64
20
+ - name: purpose of credit_for retraining
21
+ dtype: int64
22
+ - name: purpose of credit_to buy a new car
23
+ dtype: int64
24
+ - name: purpose of credit_to buy a radio or television
25
+ dtype: int64
26
+ - name: purpose of credit_to buy a used car
27
+ dtype: int64
28
+ - name: purpose of credit_to buy domestic appliances
29
+ dtype: int64
30
+ - name: purpose of credit_to buy furniture or equipment
31
+ dtype: int64
32
+ - name: sex_Male
33
+ dtype: int64
34
+ - name: housing_owned
35
+ dtype: int64
36
+ - name: housing_provided for free
37
+ dtype: int64
38
+ - name: housing_rented
39
+ dtype: int64
40
+ - name: job status_manager, self-employed, or highly qualified
41
+ dtype: int64
42
+ - name: job status_skilled worker or official
43
+ dtype: int64
44
+ - name: job status_unemployed or unskilled (non-resident)
45
+ dtype: int64
46
+ - name: job status_unskilled worker (resident)
47
+ dtype: int64
48
+ - name: marital status_divorced / separated
49
+ dtype: int64
50
+ - name: marital status_divorced / separated / married
51
+ dtype: int64
52
+ - name: marital status_married / widowed
53
+ dtype: int64
54
+ - name: marital status_single
55
+ dtype: int64
56
+ - name: duration in months
57
+ dtype: int64
58
+ - name: credit amount
59
+ dtype: int64
60
+ - name: age
61
+ dtype: int64
62
+ - name: label
63
+ dtype: int64
64
+ splits:
65
+ - name: train
66
+ num_bytes: 336000
67
+ num_examples: 1400
68
+ download_size: 43421
69
+ dataset_size: 336000
70
+ configs:
71
+ - config_name: default
72
+ data_files:
73
+ - split: train
74
+ path: data/train-*
75
+ ---
76
+ # Dataset Card for "GermanCredit_train_cfda_lr_22"
77
+
78
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)