german_credit {gbts} | R Documentation |
German credit data
Description
This dataset classifies 1,000 people described by a set of attributes as good or bad credit risks.
Usage
german_credit
Format
A list of 4 components:
- train
A
data.frame
of the training dataset which contains 700 rows and 21 columns.- test
A
data.frame
of the test dataset which contains 300 rows and 21 columns.- target_idx
A column index of the target (response) varible.
- pred_idx
A set of column indicies of the predictors.
Source
https://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)
[Package gbts version 1.2.0 Index]