Learn R Programming

hybridEnsemble (version 1.7.9)

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

Arguments

Format

A data frame with 690 observations and 38 predictors, and a binary criterion variable called Response

Details

Missings are imputed and categorical variables are transformed to binary features.

References

The original dataset can be downloaded at http://archive.ics.uci.edu/ml/datasets/Credit+Approval

Examples

Run this code
data(Credit)
str(Credit)
table(Credit$Response)

Run the code above in your browser using DataLab