Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 429 Bytes

File metadata and controls

11 lines (8 loc) · 429 Bytes

Credit Risk Modeling

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.

Libraries used

  • Pandas
  • Numpy
  • Seaborn
  • Matplotlib
  • Scikit-learn