Skip to content

This repository contains about my personal project about credit scoring classification

Notifications You must be signed in to change notification settings

Bayunova28/German_Credit_Risk

Repository files navigation

German Credit Risk

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 : (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)

Summary

Acknowledgements

Source : UCI Machine Learning Repository

About

This repository contains about my personal project about credit scoring classification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages