A classification task for the German credit data set. The aim is to predict creditworthiness, labeled as "good" and "bad". Positive class is set to label "good".
See example for the creation of a MeasureClassifCosts as described misclassification costs.
Format
R6::R6Class inheriting from TaskClassif .
Source
Data set originally published on UCI. This is the preprocessed version taken from package list("rchallenge") with factors instead of dummy variables, and corrected as proposed by Ulrike Grömping.
Donor: Professor Dr. Hans Hofmann
Institut für Statistik und Ökonometrie
Universität Hamburg
FB Wirtschaftswissenschaften
Von-Melle-Park 5
2000 Hamburg 13
Dictionary
This Task can be instantiated via the dictionary mlr_tasks or with the associated sugar function tsk():