Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
+
## Default of Credit Card Clients Dataset
|
5 |
+
The following was retrieved from [UCI machine learning repository](https://archive.ics.uci.edu/ml/datasets/default+of+credit+card+clients).
|
6 |
+
|
7 |
+
**Dataset Information**
|
8 |
+
|
9 |
+
This dataset contains information on default payments, demographic factors, credit data, history of payment, and bill statements of credit card clients in Taiwan from April 2005 to September 2005.
|
10 |
+
|
11 |
+
**Content**
|
12 |
+
|
13 |
+
There are 25 variables:
|
14 |
+
|
15 |
+
ID: ID of each client
|
16 |
+
LIMIT_BAL: Amount of given credit in NT dollars (includes individual and family/supplementary credit
|
17 |
+
SEX: Gender (1=male, 2=female)
|
18 |
+
EDUCATION: (1=graduate school, 2=university, 3=high school, 4=others, 5=unknown, 6=unknown)
|
19 |
+
MARRIAGE: Marital status (1=married, 2=single, 3=others)
|
20 |
+
AGE: Age in years
|
21 |
+
PAY_0: Repayment status in September, 2005 (-1=pay duly, 1=payment delay for one month, 2=payment delay for two months, … 8=payment delay for eight months, 9=payment delay for nine months and above)
|
22 |
+
PAY_2: Repayment status in August, 2005 (scale same as above)
|
23 |
+
PAY_3: Repayment status in July, 2005 (scale same as above)
|
24 |
+
PAY_4: Repayment status in June, 2005 (scale same as above)
|
25 |
+
PAY_5: Repayment status in May, 2005 (scale same as above)
|
26 |
+
PAY_6: Repayment status in April, 2005 (scale same as above)
|
27 |
+
BILL_AMT1: Amount of bill statement in September, 2005 (NT dollar)
|
28 |
+
BILL_AMT2: Amount of bill statement in August, 2005 (NT dollar)
|
29 |
+
BILL_AMT3: Amount of bill statement in July, 2005 (NT dollar)
|
30 |
+
BILL_AMT4: Amount of bill statement in June, 2005 (NT dollar)
|
31 |
+
BILL_AMT5: Amount of bill statement in May, 2005 (NT dollar)
|
32 |
+
BILL_AMT6: Amount of bill statement in April, 2005 (NT dollar)
|
33 |
+
PAY_AMT1: Amount of previous payment in September, 2005 (NT dollar)
|
34 |
+
PAY_AMT2: Amount of previous payment in August, 2005 (NT dollar)
|
35 |
+
PAY_AMT3: Amount of previous payment in July, 2005 (NT dollar)
|
36 |
+
PAY_AMT4: Amount of previous payment in June, 2005 (NT dollar)
|
37 |
+
PAY_AMT5: Amount of previous payment in May, 2005 (NT dollar)
|
38 |
+
PAY_AMT6: Amount of previous payment in April, 2005 (NT dollar)
|
39 |
+
default.payment.next.month: Default payment (1=yes, 0=no)
|
40 |
+
|
41 |
+
**Inspiration**
|
42 |
+
Some ideas for exploration:
|
43 |
+
|
44 |
+
How does the probability of default payment vary by categories of different demographic variables?
|
45 |
+
Which variables are the strongest predictors of default payment?
|
46 |
+
|
47 |
+
**Acknowledgements**
|
48 |
+
Any publications based on this dataset should acknowledge the following:
|
49 |
+
|
50 |
+
Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
|