jbrazzy commited on
Commit
05f11dd
·
1 Parent(s): 258b031

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: ID
5
+ dtype: int64
6
+ - name: LIMIT_BAL
7
+ dtype: float64
8
+ - name: SEX
9
+ dtype: int64
10
+ - name: EDUCATION
11
+ dtype: int64
12
+ - name: MARRIAGE
13
+ dtype: int64
14
+ - name: AGE
15
+ dtype: int64
16
+ - name: PAY_0
17
+ dtype: int64
18
+ - name: PAY_2
19
+ dtype: int64
20
+ - name: PAY_3
21
+ dtype: int64
22
+ - name: PAY_4
23
+ dtype: int64
24
+ - name: PAY_5
25
+ dtype: int64
26
+ - name: PAY_6
27
+ dtype: int64
28
+ - name: BILL_AMT1
29
+ dtype: int64
30
+ - name: BILL_AMT2
31
+ dtype: float64
32
+ - name: BILL_AMT3
33
+ dtype: float64
34
+ - name: BILL_AMT4
35
+ dtype: int64
36
+ - name: BILL_AMT5
37
+ dtype: float64
38
+ - name: BILL_AMT6
39
+ dtype: float64
40
+ - name: PAY_AMT1
41
+ dtype: float64
42
+ - name: PAY_AMT2
43
+ dtype: float64
44
+ - name: PAY_AMT3
45
+ dtype: float64
46
+ - name: PAY_AMT4
47
+ dtype: float64
48
+ - name: PAY_AMT5
49
+ dtype: float64
50
+ - name: PAY_AMT6
51
+ dtype: float64
52
+ - name: default.payment.next.month
53
+ dtype: int64
54
+ splits:
55
+ - name: train
56
+ num_bytes: 6000000
57
+ num_examples: 30000
58
+ download_size: 2190378
59
+ dataset_size: 6000000
60
+ ---
61
+ # Dataset Card for "credit-card"
62
+
63
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)