Description Usage Format Source Examples
This data set classifies customers as "Good" or "Bad" as per their credit risks.This data set was contributed by Professor Dr. Hans Hofmann,and can be downloaded from the UCI Machine Learning Repository.
1 | data("German_Credit")
|
A data frame with 1000 observations on the following 21 variables.
Account_Balancea factor with levels A11 A12 A13 A14
Durationa numeric vector
Credit_Historya factor with levels A30 A31 A32 A33 A34
Purposea factor with levels A40 A41 A410 A42 A43 A44 A45 A46 A48 A49
Credit_Amounta numeric vector
Saving_Accounts_Bondsa factor with levels A61 A62 A63 A64 A65
Current_Employment_Lengtha factor with levels A71 A72 A73 A74 A75
Installment_Ratea numeric vector
MaritalStatusnGendera factor with levels A91 A92 A93 A94
Guarantorsa factor with levels A101 A102 A103
a numeric vector
Valuable_Asseta factor with levels A121 A122 A123 A124
Agea numeric vector
Other_Credita factor with levels A141 A142 A143
Housinga factor with levels A151 A152 A153
Existing_Creditsa numeric vector
Joba factor with levels A171 A172 A173 A174
Dependentsa numeric vector
Telephonea factor with levels A191 A192
ForeignWorkera factor with levels A201 A202
Good_Bada numeric vector
https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data)
1 2 |
Loading required package: magrittr
'data.frame': 1000 obs. of 21 variables:
$ Account_Balance : Factor w/ 4 levels "A11","A12","A13",..: 1 2 4 1 1 4 4 2 4 2 ...
$ Duration : int 6 48 12 42 24 36 24 36 12 30 ...
$ Credit_History : Factor w/ 5 levels "A30","A31","A32",..: 5 3 5 3 4 3 3 3 3 5 ...
$ Purpose : Factor w/ 10 levels "A40","A41","A410",..: 5 5 8 4 1 8 4 2 5 1 ...
$ Credit_Amount : int 1169 5951 2096 7882 4870 9055 2835 6948 3059 5234 ...
$ Saving_Accounts_Bonds : Factor w/ 5 levels "A61","A62","A63",..: 5 1 1 1 1 5 3 1 4 1 ...
$ Current_Employment_Length : Factor w/ 5 levels "A71","A72","A73",..: 5 3 4 4 3 3 5 3 4 1 ...
$ Installment_Rate : int 4 2 2 2 3 2 3 2 2 4 ...
$ MaritalStatusnGender : Factor w/ 4 levels "A91","A92","A93",..: 3 2 3 3 3 3 3 3 1 4 ...
$ Guarantors : Factor w/ 3 levels "A101","A102",..: 1 1 1 3 1 1 1 1 1 1 ...
$ Duration in Current Address: int 4 2 3 4 4 4 4 2 4 2 ...
$ Valuable_Asset : Factor w/ 4 levels "A121","A122",..: 1 1 1 2 4 4 2 3 1 3 ...
$ Age : int 67 22 49 45 53 35 53 35 61 28 ...
$ Other_Credit : Factor w/ 3 levels "A141","A142",..: 3 3 3 3 3 3 3 3 3 3 ...
$ Housing : Factor w/ 3 levels "A151","A152",..: 2 2 2 3 3 3 2 1 2 2 ...
$ Existing_Credits : int 2 1 1 1 2 1 1 1 1 2 ...
$ Job : Factor w/ 4 levels "A171","A172",..: 3 3 2 3 3 2 3 4 2 4 ...
$ Dependents : int 1 1 2 2 2 2 1 1 1 1 ...
$ Telephone : Factor w/ 2 levels "A191","A192": 2 1 1 1 1 2 1 2 1 1 ...
$ ForeignWorker : Factor w/ 2 levels "A201","A202": 1 1 1 1 1 1 1 1 1 1 ...
$ Good_Bad : int 1 2 1 1 2 1 1 1 1 2 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.