German_Credit {CollapseLevels} | R Documentation |
German Credit data set
Description
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.
Usage
data("German_Credit")
Format
A data frame with 1000 observations on the following 21 variables.
Account_Balance
a factor with levels
A11
A12
A13
A14
Duration
a numeric vector
Credit_History
a factor with levels
A30
A31
A32
A33
A34
Purpose
a factor with levels
A40
A41
A410
A42
A43
A44
A45
A46
A48
A49
Credit_Amount
a numeric vector
Saving_Accounts_Bonds
a factor with levels
A61
A62
A63
A64
A65
Current_Employment_Length
a factor with levels
A71
A72
A73
A74
A75
Installment_Rate
a numeric vector
MaritalStatusnGender
a factor with levels
A91
A92
A93
A94
Guarantors
a factor with levels
A101
A102
A103
- ‘Duration in Current Address’
a numeric vector
Valuable_Asset
a factor with levels
A121
A122
A123
A124
Age
a numeric vector
Other_Credit
a factor with levels
A141
A142
A143
Housing
a factor with levels
A151
A152
A153
Existing_Credits
a numeric vector
Job
a factor with levels
A171
A172
A173
A174
Dependents
a numeric vector
Telephone
a factor with levels
A191
A192
ForeignWorker
a factor with levels
A201
A202
Good_Bad
a numeric vector
Source
https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data)
Examples
data(German_Credit)
str(German_Credit)