Learn R Programming

liver (version 1.0)

churnTel: churnTel dataset

Description

Customer churn occurs when customers stop doing business with a company, also known as customer attrition. The data set contains \(7043\) rows (customers) and \(21\) columns (features). The "Churn" column is our target which indicate whether customer churned (left the company) or not.

Usage

data( churnTel )

Arguments

Format

The churnTel dataset, as a data frame, contains \(7043\) rows (customers) and \(21\) columns (variables/features).

Details

For more information related to the dataset see:

https://www.kaggle.com/blastchar/telco-customer-churn

See Also

adult, churn, classifyRisk, housePrice

Examples

Run this code
# NOT RUN {
data( churnTel )

str( churnTel )
# }

Run the code above in your browser using DataLab