Credit {kernelFactory} | R Documentation |
Credit approval (Frank and Asuncion, 2010)
Description
Credit
contains credit card applications. The dataset has a good mix of continuous and categorical features.
Usage
data(Credit)
Format
A data frame with 653 observations, 15 predictors and a binary criterion variable called Response
Details
All observations with missing values are deleted.
Source
Frank, A. and Asuncion, A. (2010). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
References
The original dataset can be downloaded at http://archive.ics.uci.edu/ml/datasets/Credit+Approval
Examples
data(Credit)
str(Credit)
table(Credit$Response)
[Package kernelFactory version 0.3.0 Index]