churnTel {liver}R Documentation

churnTel dataset

Description

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

Usage

 data( churnTel ) 

Format

The churnTel dataset, as a data frame, contains 70437043 rows (customers) and 2121 columns (variables/features). The 2121 variables are:

Details

For more information related to the dataset see: https://www.kaggle.com/blastchar/telco-customer-churn

See Also

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

Examples

data( churnTel )

str( churnTel )

[Package liver version 1.15 Index]