germancredit | R Documentation |
germancredit
is a credit scoring data set that can be used to study algorithmic (un)fairness.
This data was used to predict defaults on consumer loans in the German market. In this dataset, a model
to predict default has already been fit and predicted probabilities and predicted status (yes/no)
for default have been concatenated to the original data.
germancredit
A data frame with 1000 rows and 23 variables:
factor, status of existing checking account
numeric, loan duration in month
factor, previous credit history
factor, loan purpose
numeric, credit amount
factor, savings account/bonds
factor, present employment since
numeric, installment rate in percentage of disposable income
factor, other debtors / guarantors
factor, present residence since
factor, property
numeric, age in years
factor, other installment plans
factor, housing
numeric, Number of existing credits at this bank
factor, job
numeric, number of people being liable to provide maintenance for
factor, telephone
factor, foreign worker
factor, GOOD/BAD for whether a customer has defaulted on a loan. This is the outcome or target in this dataset
factor, female/male for gender
numeric, predicted probabilities for default, ranges from 0 to 1
numeric, predicted values for default, 0/1 for no/yes
The dataset has undergone modifications (e.g. categorical variables were encoded, prediction model was fit and predicted probabilities and predicted status were concatenated to the original dataset).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.