Learn R Programming

liver (version 1.0)

classifyRisk: classifyRisk data set

Description

The classifyRisk dataset containing 6 features and 246 records. The target feature is risk, a factor with levels "good risk" and "bad loss" along with 5 predictors.

Usage

data( classifyRisk )

Arguments

Format

The classifyRisk dataset, as a data frame, contains \(246\) rows (customers) and \(6\) columns (variables/features). The \(6\) variables are:

  • mortgage: A factor with levels "n" and "y".

  • nr_loans: Number of loans that constomers have.

  • age: age in years.

  • marital_status: A factor with levels "single", "married", and "other".

  • income: yearly income.

  • risk: A factor with levels "good risk" and "bad loss".

References

Larose, D. T. and Larose, C. D. (2014). Discovering knowledge in data: an introduction to data mining. John Wiley & Sons.

See Also

adult, churn, churnTel, housePrice

Examples

Run this code
# NOT RUN {
data( classifyRisk )

str( classifyRisk )
# }

Run the code above in your browser using DataLab