Description Usage Format Details Author(s) Source References Examples
Bank customers described by a set of attributes.
| 1 | 
A data.frame with 1000 rows on 9 variables.
The dataset contains 1000 bank consumers with 9 mixed measurements. Each row represents a person who takes a bank
credit. Each person is either classified as good or bad customer according to her/his
failure to repay. This information is described by the variable Class Risk. The variables are described below. 
Age: Age (in years). 
Gender:  female, male.  
Housing: free,  own, rent. 
Saving accounts: little (< 100 Deutsch Mark),  moderate (100 <= ... < 500 Deutsch Mark), 
quite rich (500 <= ... < 1000 Deutsch Mark)      rich  (>= 1000 Deutsch Mark). 
Checking account: little (< 0 Deutsch Mark), moderate (0 <= ... < 200 Deutsch Mark), 
rich(>= 200 Deutsch Mark). It represents the status of the existing checking account. 
Credit amount: Credit amount (in Deutsch Mark).   
Duration: Credit duration (in month). 
Purpose: car, furniture/equipment, radio/TV, domestic appliances,
repairs, education, business, vacation/others. 
Class Risk: 1  (Good), 2 (Bad). 
Paolo Giordani, Maria Brigida Ferraro, Francesca Martella
http://archive.ics.uci.edu/ml
Dua, D., Graff, C.: UCI Machine Learning Repository. University of California, School of Information and Computer Science, Irvine, CA (2019) 
Giordani, P., Ferraro, M.B., Martella, F.: An Introduction to Clustering with R. Springer, Singapore (2020) 
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.