churn {liver}R Documentation

Churn data set

Description

This dataset comes from IBM Sample Data Sets. Customer churn occurs when customers stop doing business with a company, also known as customer attrition. The data set contains 50005000 rows (customers) and 2020 columns (features). The "Churn" column is our target which indicate whether customer churned (left the company) or not.

Usage

 data( churn ) 

Format

The churn dataset, as a data frame, contains 50005000 rows (customers) and 2020 columns (variables/features). The 2020 variables are:

References

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

See Also

adult, risk, churnTel, bank, advertising, marketing, insurance, cereal, housePrice, house

Examples

data( churn )

str( churn )

[Package liver version 1.15 Index]