churnCredit {liver}R Documentation

Churn dataset for Credit Card Customers

Description

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

Usage

 data( churnCredit ) 

Format

The churnCredit dataset, as a data frame, contains 10127 rows (customers) and 21 columns (variables/features). The 21 variables are:

Details

For more information related to the dataset see: https://www.kaggle.com/sakshigoyal7/credit-card-customers

See Also

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

Examples

data( churnCredit )

str( churnCredit )

[Package liver version 1.15 Index]