German-Credit-Risk
OpenML dataset with id 43754
No author found.
Full work available at URL: https://api.openml.org/data/v1/download/22102579/German-Credit-Risk.arff
Upload date: 24 March 2022
Dataset Characteristics
Number of features: 10 (numeric: 5, symbolic: 0 and in total binary: 0 )
Number of instances: 1,000
Number of instances with missing values: 478
Number of missing values: 577
Context The original dataset contains 1000 entries with 20 categorial/symbolic attributes prepared by Prof. Hofmann. In this dataset, each entry represents a person who takes a credit by a bank. Each person is classified as good or bad credit risks according to the set of attributes. The link to the original dataset can be found below. Content It is almost impossible to understand the original dataset due to its complicated system of categories and symbols. Thus, I wrote a small Python script to convert it into a readable CSV file. Several columns are simply ignored, because in my opinion either they are not important or their descriptions are obscure. The selected attributes are:
Age (numeric) Sex (text: male, female) Job (numeric: 0 - unskilled and non-resident, 1 - unskilled and resident, 2 - skilled, 3 - highly skilled) Housing (text: own, rent, or free) Saving accounts (text - little, moderate, quite rich, rich) Checking account (numeric, in DM - Deutsch Mark) Credit amount (numeric, in DM) Duration (numeric, in month) Purpose (text: car, furniture/equipment, radio/TV, domestic appliances, repairs, education, business, vacation/others)
Acknowledgements
Source: UCI
This page was built for dataset: German-Credit-Risk